We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509d186 commit 5b3e28dCopy full SHA for 5b3e28d
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://github.com/Theano/Theano.git"
+ - "pip install -q git+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