Skip to content

Commit

Permalink
use specific version of coverage that works with coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
phreeza committed Dec 5, 2015
1 parent ada2f2f commit 217ce6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install:

- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib pandas pytest h5py
- source activate test-environment
- pip install pytest-cov python-coveralls pytest-xdist
- pip install pytest-cov python-coveralls pytest-xdist coverage==3.7.1 #we need this version of coverage for coveralls.io to work
- pip install git+git://github.com/Theano/Theano.git
- python setup.py install

Expand Down

0 comments on commit 217ce6f

Please sign in to comment.