We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27494bf commit 8292d35Copy full SHA for 8292d35
.travis.yml
@@ -1,3 +1,4 @@
1
+sudo: false
2
language: python
3
matrix:
4
include:
@@ -6,7 +7,13 @@ matrix:
6
7
- python: "3.4"
8
env: NUMPY=numpy
9
- python: "pypy"
- 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
17
# command to install dependencies and translate deap in py3k
18
install:
19
- python setup.py install
0 commit comments