Update versions to test against for Travis

This commit is contained in:
Matthew Peveler
2019-07-20 22:50:26 -04:00
parent c84db2d7e4
commit 5ee4c29517
+11
View File
@@ -1,9 +1,20 @@
dist: xenial
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
- 3.8-dev
- nightly
matrix:
fast_finish: true
allow_failures:
- python: 3.8-dev
- python: nightly
script: make test
install:
- pip install nose