Skip to content

Commit 75ff7e8

Browse files
committed
Explicitly install "six" since theano is installed with "--no-deps"
1 parent feea4f3 commit 75ff7e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ install:
2121
# - "pip install -q Pillow --use-mirrors"
2222
#If we don't install numpy before SciPy 0.10.1, the SciPy installations fails.
2323
# - "pip install -q scipy --use-mirrors"
24+
- "sudo pip install six"
2425
- "sudo pip install --no-deps git+git://github.com/Theano/Theano.git"
2526

2627
env:

0 commit comments

Comments
 (0)