We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c82765 commit a37a3f4Copy full SHA for a37a3f4
.travis.yml
@@ -12,8 +12,9 @@ before_install:
12
install:
13
#If we don't install numpy before SciPy 0.10.1, the SciPy installations fails.
14
- "pip install -q numpy --use-mirrors"
15
+ - "pip install -q Theano --use-mirrors"
16
# - "pip install -q scipy --use-mirrors"
- - "pip install git+git://github.com/Theano/Theano.git"
17
+# - "pip install git+git://github.com/Theano/Theano.git"
18
script:
19
- cd code
20
- export THEANO_FLAGS=warn.ignore_bug_before=all,on_opt_error=raise,on_shape_error=raise
0 commit comments