Skip to content

Commit 969a884

Browse files
author
Dilawar Singh
committed
Test with 3.6 and 3.7-dev as well.
1 parent 33a692d commit 969a884

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
cache: apt
2+
sudo: true
13
language: python
4+
python:
5+
- "3.6"
6+
- "2.7"
7+
- "3.7-dev"
28
matrix:
39
include:
4-
- python: 3.4
510
env:
611
- NUMPY_SPEC=numpy
712
- SCIPY_SPEC="scipy<0.17"
@@ -31,9 +36,6 @@ script:
3136
after_success:
3237
- if [ "${COVERAGE}" == "yes" ]; then coveralls --config_file .coveragerc; fi
3338

34-
cache: apt
35-
36-
sudo: false
3739

3840
addons:
3941
apt:

0 commit comments

Comments
 (0)