File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ before_install:
4545 - pushd builds
4646 # Install gmpy2 dependencies
4747 - mkdir -p $HOME/.local
48- - wget ftp ://ftp.gnu.org/gnu/mpc/mpc-1.0.3.tar.gz
48+ - wget https ://ftp.gnu.org/gnu/mpc/mpc-1.0.3.tar.gz
4949 - tar xzvf mpc-1.0.3.tar.gz
5050 - pushd mpc-1.0.3
5151 - ./configure --prefix=$HOME/.local
@@ -70,5 +70,5 @@ install:
7070
7171script :
7272 - nosetests -v --with-timer --timer-top-n 10
73- - if [ "${TESTMODE}" == "full" ]; then coverage run `which nosetests`; coverage report phe/*; fi
73+ - if [ "${TESTMODE}" == "full" ]; then coverage run `which nosetests`; coverage report -i phe/*; fi
7474 - if [ "${USE_WHEEL}" == "1" ]; then python setup.py bdist_wheel; fi
Original file line number Diff line number Diff line change @@ -69,12 +69,12 @@ https://code.google.com/p/encrypted-bigquery-client/
6969 :target: https://pypi.python.org/pypi/phe/
7070 :alt: Latest released version on PyPi
7171
72- .. |travisM | image :: https://travis-ci.org/n1analytics /python-paillier.svg?branch=master
73- :target: https://travis-ci.org/n1analytics /python-paillier
72+ .. |travisM | image :: https://travis-ci.org/data61 /python-paillier.svg?branch=master
73+ :target: https://travis-ci.org/data61 /python-paillier
7474 :alt: CI status of Master
7575
76- .. |reqM | image :: https://requires.io/github/n1analytics /python-paillier/requirements.svg?branch=master
77- :target: https://requires.io/github/n1analytics /python-paillier/requirements/?branch=master
76+ .. |reqM | image :: https://requires.io/github/data61 /python-paillier/requirements.svg?branch=master
77+ :target: https://requires.io/github/data61 /python-paillier/requirements/?branch=master
7878 :alt: Requirements Status of master
7979
8080.. |rtdM | image :: https://readthedocs.org/projects/python-paillier/badge/?version=stable
You can’t perform that action at this time.
0 commit comments