Skip to content

Commit 0a83d72

Browse files
committed
download the datasets.
1 parent 0b92b8b commit 0a83d72

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ install:
1717
# - "pip install -q scipy --use-mirrors"
1818
- "pip install git+git://github.com/Theano/Theano.git"
1919
script:
20-
- cd code
20+
- cd data
21+
- ./download.sh
22+
- cd ../code
2123
- export THEANO_FLAGS=warn.ignore_bug_before=all,on_opt_error=raise,on_shape_error=raise
2224
- python --version
2325
- nosetests test.py

0 commit comments

Comments
 (0)