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 3c430e9 commit 68c8e4eCopy full SHA for 68c8e4e
.travis.yml
@@ -21,8 +21,7 @@ install:
21
# - "pip install -q Pillow --use-mirrors"
22
#If we don't install numpy before SciPy 0.10.1, the SciPy installations fails.
23
# - "pip install -q scipy --use-mirrors"
24
- - "sudo pip install six"
25
- - "sudo pip install --no-deps git+git://github.com/Theano/Theano.git"
+ - "sudo pip install git+git://github.com/Theano/Theano.git"
26
27
env:
28
- 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