Skip to content

Commit 68c8e4e

Browse files
committed
Stop using --no-deps when installing theano.
1 parent 3c430e9 commit 68c8e4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +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"
25-
- "sudo pip install --no-deps git+git://github.com/Theano/Theano.git"
24+
- "sudo pip install git+git://github.com/Theano/Theano.git"
2625

2726
env:
2827
- PART="test.py:test_logistic_sgd test.py:test_logistic_cg test.py:test_mlp test.py:test_convolutional_mlp test.py:test_dA"

0 commit comments

Comments
 (0)