Skip to content

Commit

Permalink
python run_basics.p
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored May 1, 2018
1 parent 0a3a652 commit 212548b
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 @@ -21,7 +21,7 @@ before_script:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
script:
- python run_basics.py #Can run only with python and tensorflow
- python run_basics.py # Can run only with python and tensorflow
notifications:
on_success: change
on_failure: change # `always` will be the setting once code changes slow down

0 comments on commit 212548b

Please sign in to comment.