Skip to content

Commit 3a65d6b

Browse files
committed
travis 8
1 parent 05959d1 commit 3a65d6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
language: python
22
python:
3-
- "2.6"
3+
44
- "2.7"
5-
- "3.2"
65
- "3.3"
76
- "3.4"
87
# does not have headers provided, please ask https://launchpad.net/~pypy/+archive/ppa
98
# maintainers to fix their pypy-dev package.
10-
- "pypy"
9+
# - "pypy"
10+
before_install:
11+
- sudo apt-get install libblas-dev liblapack-dev libatlas-base-dev gfortran
1112
# command to install dependencies
1213
install:
13-
- pip install --only-binary=numpy,scipy numpy scipy
1414
- pip install -r requirements.txt
1515
- python setup.py install
1616
# command to run tests

0 commit comments

Comments
 (0)