Skip to content

Commit a37a3f4

Browse files
committed
try with the last release of Theano.
1 parent 2c82765 commit a37a3f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ before_install:
1212
install:
1313
#If we don't install numpy before SciPy 0.10.1, the SciPy installations fails.
1414
- "pip install -q numpy --use-mirrors"
15+
- "pip install -q Theano --use-mirrors"
1516
# - "pip install -q scipy --use-mirrors"
16-
- "pip install git+git://github.com/Theano/Theano.git"
17+
# - "pip install git+git://github.com/Theano/Theano.git"
1718
script:
1819
- cd code
1920
- export THEANO_FLAGS=warn.ignore_bug_before=all,on_opt_error=raise,on_shape_error=raise

0 commit comments

Comments
 (0)