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 739b338 commit 0dd85f3Copy full SHA for 0dd85f3
.travis.yml
@@ -2,15 +2,13 @@ language: python
2
python:
3
- "2.7"
4
before_install:
5
- - deactivate
6
-# - sudo apt-get update -qq
7
-# - sudo apt-get install -qq python-scipy python-matplotlib python-nose
+ - sudo apt-get update -qq
+ - sudo apt-get install -qq libatlas-dev libatlas-base-dev liblapack-dev gfortran
+ - sudo apt-get install -qq python-numpy python-scipy python-matplotlib
8
- virtualenv --system-site-packages ~/virtualenv/this
9
- source ~/virtualenv/this/bin/activate
10
- - pip install numpy==1.9.2
11
- - pip install -r requirements.txt
12
install:
13
-# - python setup.py build_ext --inplace
+ - pip install -r requirements.txt
14
- python setup.py install
15
script:
16
- nosetests
0 commit comments