Skip to content

Commit 4fd3616

Browse files
committed
don't install scipy.
1 parent a37a3f4 commit 4fd3616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 Theano --use-mirrors"
15+
- "pip install --no-deps Theano --use-mirrors"
1616
# - "pip install -q scipy --use-mirrors"
1717
# - "pip install git+git://github.com/Theano/Theano.git"
1818
script:

0 commit comments

Comments
 (0)