Skip to content

Commit 5b3e28d

Browse files
committed
fix install command.
1 parent 509d186 commit 5b3e28d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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 git://github.com/Theano/Theano.git"
15+
- "pip install -q git+git://github.com/Theano/Theano.git"
1616
script:
1717
- cd code
1818
- export THEANO_FLAGS=warn.ignore_bug_before=all,on_opt_error=raise,on_shape_error=raise

0 commit comments

Comments
 (0)