Skip to content

Commit

Permalink
fix: pass travis-ci on pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Shen Chen committed Oct 7, 2015
1 parent 27494bf commit 8292d35
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sudo: false
language: python
matrix:
include:
Expand All @@ -6,7 +7,13 @@ matrix:
- python: "3.4"
env: NUMPY=numpy
- python: "pypy"
env: NUMPY="git+https://bitbucket.org/pypy/numpy.git"
env: NUMPY="git+https://bitbucket.org/pypy/numpy.git@0208abed#egg=numpy"
addons:
apt:
packages:
- gfortran
- libblas-dev
- liblapack-dev
# command to install dependencies and translate deap in py3k
install:
- python setup.py install
Expand Down

0 comments on commit 8292d35

Please sign in to comment.