Skip to content

Commit 2c82765

Browse files
committed
travis-ci config file.
1 parent 1fb8975 commit 2c82765

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
@@ -8,10 +8,10 @@ python:
88
# - "3.2"
99
# command to install dependencies
1010
before_install:
11-
- sudo apt-get install -qq libatlas3gf-base libatlas-dev python-numpy
11+
- sudo apt-get install -qq libatlas3gf-base libatlas-dev
1212
install:
1313
#If we don't install numpy before SciPy 0.10.1, the SciPy installations fails.
14-
# - "pip install -q numpy --use-mirrors"
14+
- "pip install -q numpy --use-mirrors"
1515
# - "pip install -q scipy --use-mirrors"
1616
- "pip install git+git://github.com/Theano/Theano.git"
1717
script:

0 commit comments

Comments
 (0)