We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eabc00 commit cf8ba60Copy full SHA for cf8ba60
.travis.yml
@@ -20,8 +20,8 @@ install:
20
# - "pip install -q Pillow --use-mirrors"
21
#If we don't install numpy before SciPy 0.10.1, the SciPy installations fails.
22
# - "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"
+ - "sudo pip install --no-deps git+git://github.com/Theano/Theano.git"
+ - "sudo pip install hg+http://hg.assembla.com/pylearn"
25
26
env:
27
- PART="test.py:test_logistic_sgd test.py:test_logistic_cg test.py:test_mlp"
0 commit comments