Skip to content

Commit b26d42b

Browse files
committed
Changed python-coveralls to coveralls.
1 parent 1155968 commit b26d42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install:
2626
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib nose
2727
- source activate test-environment
2828
#- conda install --yes -c dan_blanchard python-coveralls nose-cov
29-
- pip install python-coveralls
29+
- pip install coveralls
3030
- pip install coverage
3131
- python setup.py install
3232
script:

0 commit comments

Comments
 (0)