Skip to content

Commit

Permalink
Get rid of coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Jul 19, 2016
1 parent cc0e60c commit 8e1ebbf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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 coverage==3.7.1 #we need this version of coverage for coveralls.io to work
- pip install pytest-cov pytest-xdist
- pip install pep8 pytest-pep8
- pip install git+git://github.com/Theano/Theano.git

Expand Down Expand Up @@ -69,5 +69,3 @@ script:
else
PYTHONPATH=$PWD:$PYTHONPATH py.test tests/ --ignore=tests/integration_tests;
fi
after_success:
- coveralls

0 comments on commit 8e1ebbf

Please sign in to comment.