Skip to content

Commit 8292d35

Browse files
author
Shen Chen
committed
fix: pass travis-ci on pypy
1 parent 27494bf commit 8292d35

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
sudo: false
12
language: python
23
matrix:
34
include:
@@ -6,7 +7,13 @@ matrix:
67
- python: "3.4"
78
env: NUMPY=numpy
89
- python: "pypy"
9-
env: NUMPY="git+https://bitbucket.org/pypy/numpy.git"
10+
env: NUMPY="git+https://bitbucket.org/pypy/numpy.git@0208abed#egg=numpy"
11+
addons:
12+
apt:
13+
packages:
14+
- gfortran
15+
- libblas-dev
16+
- liblapack-dev
1017
# command to install dependencies and translate deap in py3k
1118
install:
1219
- python setup.py install

0 commit comments

Comments
 (0)