.travis.yml remove coveralls

removing coveralls because it is breaking the build and isn't set up anyway
This commit is contained in:
Andrew Hundt
2017-12-02 16:41:28 -05:00
committed by GitHub
parent da7b9b9b2d
commit 1cfbe9f993
+2 -4
View File
@@ -32,9 +32,9 @@ 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
- conda install mkl mkl-service coverage==3.7.1
- conda install mkl mkl-service
- pip install theano
- pip install git+git://github.com/fchollet/keras.git
@@ -77,5 +77,3 @@ script:
else
PYTHONPATH=$PWD:$PYTHONPATH py.test tests/ --ignore=tests/integration_tests --ignore=tests/test_documentation.py --cov=keras tests/ --cov-report term-missing;
fi
after_success:
- coveralls