mirror of
https://github.com/wassname/keras-contrib.git
synced 2026-06-27 16:10:11 +08:00
.travis.yml remove coveralls
removing coveralls because it is breaking the build and isn't set up anyway
This commit is contained in:
+2
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user