From 212548b8a558582d36d9e102a0dd8f59b5e9c623 Mon Sep 17 00:00:00 2001 From: cclauss Date: Tue, 1 May 2018 18:50:13 +0200 Subject: [PATCH] python run_basics.p --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 481752e..9d08d43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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