Skip to content

Commit

Permalink
Merge pull request #176 from 00willo/fix-broken-nightly-tests
Browse files Browse the repository at this point in the history
Adds testing against python3.7 and fixes nightly
  • Loading branch information
regebro committed Aug 21, 2018
2 parents c18e27c + 8c573e1 commit d1cd68d
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
language: python
os:
- linux
python:
- "3.5"
- "3.6"
- "nightly"
matrix:
fast_finish: true
include:
- python: 3.5
- python: 3.6
- python: 3.7
sudo: required
dist: xenial
- python: nightly
sudo: required
dist: xenial
allow_failures:
- python: nightly
# command to run tests
install: python setup.py develop
script: python setup.py test
Expand Down

0 comments on commit d1cd68d

Please sign in to comment.