Skip to content

Commit

Permalink
Test with 3.6 and 3.7-dev as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dilawar Singh committed Mar 21, 2018
1 parent 33a692d commit 969a884
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
cache: apt
sudo: true
language: python
python:
- "3.6"
- "2.7"
- "3.7-dev"
matrix:
include:
- python: 3.4
env:
- NUMPY_SPEC=numpy
- SCIPY_SPEC="scipy<0.17"
Expand Down Expand Up @@ -31,9 +36,6 @@ script:
after_success:
- if [ "${COVERAGE}" == "yes" ]; then coveralls --config_file .coveragerc; fi

cache: apt

sudo: false

addons:
apt:
Expand Down

0 comments on commit 969a884

Please sign in to comment.