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 aa2dd72 commit 1fb8975Copy full SHA for 1fb8975
.travis.yml
@@ -8,11 +8,11 @@ python:
8
# - "3.2"
9
# command to install dependencies
10
before_install:
11
- - sudo apt-get install -qq libatlas3gf-base libatlas-dev
+ - sudo apt-get install -qq libatlas3gf-base libatlas-dev python-numpy
12
install:
13
#If we don't install numpy before SciPy 0.10.1, the SciPy installations fails.
14
- - "pip install -q numpy --use-mirrors"
15
- - "pip install -q scipy --use-mirrors"
+# - "pip install -q numpy --use-mirrors"
+# - "pip install -q scipy --use-mirrors"
16
- "pip install git+git://github.com/Theano/Theano.git"
17
script:
18
- cd code
0 commit comments