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 05959d1 commit 3a65d6bCopy full SHA for 3a65d6b
.travis.yml
@@ -1,16 +1,16 @@
1
language: python
2
python:
3
- - "2.6"
+
4
- "2.7"
5
- - "3.2"
6
- "3.3"
7
- "3.4"
8
# does not have headers provided, please ask https://launchpad.net/~pypy/+archive/ppa
9
# maintainers to fix their pypy-dev package.
10
- - "pypy"
+ # - "pypy"
+before_install:
11
+ - sudo apt-get install libblas-dev liblapack-dev libatlas-base-dev gfortran
12
# command to install dependencies
13
install:
- - pip install --only-binary=numpy,scipy numpy scipy
14
- pip install -r requirements.txt
15
- python setup.py install
16
# command to run tests
0 commit comments