Skip to content

Commit 28ee28a

Browse files
authored
Merge pull request #82 from data61/wilko77-patch-1
Update README.rst
2 parents 173c9e3 + 1a1c780 commit 28ee28a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

7171
script:
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

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)