Skip to content

Commit 1e4fb47

Browse files
committed
don't install scipy.
1 parent 0a83d72 commit 1e4fb47

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
@@ -15,7 +15,7 @@ install:
1515
- "pip install PIL --use-mirrors"
1616
# - "pip install --no-deps Theano --use-mirrors"
1717
# - "pip install -q scipy --use-mirrors"
18-
- "pip install git+git://github.com/Theano/Theano.git"
18+
- "pip install --no-deps git+git://github.com/Theano/Theano.git"
1919
script:
2020
- cd data
2121
- ./download.sh

0 commit comments

Comments
 (0)