From 9af7f92ab94ea36aaf87719c4541bb2d286b3984 Mon Sep 17 00:00:00 2001 From: cclauss Date: Fri, 11 May 2018 06:27:12 +0200 Subject: [PATCH 1/2] wget the dataset --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f3b4be7..f350042 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +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: + - wget "https://drive.google.com/uc?export=download&confirm=D2ug&id=1UoE-XuW1SDLUjZmJPkIZ1MLxvQFgmTFH" - python run_basics.py # Can run only with python and tensorflow notifications: on_success: change From f36010834a66bcda1d7c5e5105e576aaf45e56e1 Mon Sep 17 00:00:00 2001 From: cclauss Date: Fri, 11 May 2018 06:32:23 +0200 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index f350042..6583c5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,9 @@ 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: + - ls - wget "https://drive.google.com/uc?export=download&confirm=D2ug&id=1UoE-XuW1SDLUjZmJPkIZ1MLxvQFgmTFH" + - ls - python run_basics.py # Can run only with python and tensorflow notifications: on_success: change