Skip to content

Commit cf8ba60

Browse files
committed
try to fix the travis-ci install.
1 parent 9eabc00 commit cf8ba60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ install:
2020
# - "pip install -q Pillow --use-mirrors"
2121
#If we don't install numpy before SciPy 0.10.1, the SciPy installations fails.
2222
# - "pip install -q scipy --use-mirrors"
23-
- "pip install --no-deps git+git://github.com/Theano/Theano.git"
24-
- "pip install hg+http://hg.assembla.com/pylearn"
23+
- "sudo pip install --no-deps git+git://github.com/Theano/Theano.git"
24+
- "sudo pip install hg+http://hg.assembla.com/pylearn"
2525

2626
env:
2727
- PART="test.py:test_logistic_sgd test.py:test_logistic_cg test.py:test_mlp"

0 commit comments

Comments
 (0)