We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62dbd26 commit 7cf37acCopy full SHA for 7cf37ac
1 file changed
.travis.yml
@@ -12,7 +12,7 @@ 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 git+git://github.com/Theano/Theano.git
+ - "pip install -q git://github.com/Theano/Theano.git
16
script:
17
- cd code
18
- export THEANO_FLAGS=warn.ignore_bug_before=all,on_opt_error=raise,on_shape_error=raise
0 commit comments