Skip to content

Commit 0dd85f3

Browse files
committed
Updated.
1 parent 739b338 commit 0dd85f3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@ language: python
22
python:
33
- "2.7"
44
before_install:
5-
- deactivate
6-
# - sudo apt-get update -qq
7-
# - sudo apt-get install -qq python-scipy python-matplotlib python-nose
5+
- sudo apt-get update -qq
6+
- sudo apt-get install -qq libatlas-dev libatlas-base-dev liblapack-dev gfortran
7+
- sudo apt-get install -qq python-numpy python-scipy python-matplotlib
88
- virtualenv --system-site-packages ~/virtualenv/this
99
- source ~/virtualenv/this/bin/activate
10-
- pip install numpy==1.9.2
11-
- pip install -r requirements.txt
1210
install:
13-
# - python setup.py build_ext --inplace
11+
- pip install -r requirements.txt
1412
- python setup.py install
1513
script:
1614
- nosetests

0 commit comments

Comments
 (0)