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 33a692d commit 969a884Copy full SHA for 969a884
.travis.yml
@@ -1,7 +1,12 @@
1
+cache: apt
2
+sudo: true
3
language: python
4
+python:
5
+ - "3.6"
6
+ - "2.7"
7
+ - "3.7-dev"
8
matrix:
9
include:
- - python: 3.4
10
env:
11
- NUMPY_SPEC=numpy
12
- SCIPY_SPEC="scipy<0.17"
@@ -31,9 +36,6 @@ script:
31
36
after_success:
32
37
- if [ "${COVERAGE}" == "yes" ]; then coveralls --config_file .coveragerc; fi
33
38
34
-cache: apt
35
-
-sudo: false
39
40
addons:
41
apt:
0 commit comments