Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
titu1994 committed Jun 30, 2018
1 parent dbe0884 commit 8c0af20
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 @@ -19,7 +19,7 @@ script:
- python -c "import keras.backend"
- sed -i -e 's/"backend":[[:space:]]*"[^"]*/"backend":\ "'$KERAS_BACKEND'/g' ~/.keras/keras.json;
- echo -e "Running tests with the following config:\n$(cat ~/.keras/keras.json)"
- py.test --cov=pyshac tests/
- py.test --cov pyshac/ tests/
after_success:
- codecov
notifications:
Expand Down

0 comments on commit 8c0af20

Please sign in to comment.