Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpumperla committed Jan 3, 2019
1 parent 1e8499e commit 93e739e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy pytest h5py flask
- travis_retry conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION nose
- source activate test-environment
- pip install pytest-cov python-coveralls
- python setup.py install
- pip install -r requirements.txt

- pip install Cython --install-option="--no-cython-compile"
- pip install -e .[tests]
script:
- python -c "import keras.backend"
- py.test tests/
Expand Down

0 comments on commit 93e739e

Please sign in to comment.