summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2020-07-30 15:09:14 -0700
committerBen Bangert <ben@groovie.org>2020-10-13 09:24:32 -0700
commit2e6e759b5aa97bfb731fa983b7c0b4fffa3cfa18 (patch)
treeca1486a1401595ef09e877d3b1902a8fca0220ba /.travis.yml
parent3e405c4c9c47814541aa134be744a9e7e74ef073 (diff)
downloadroutes-chore/ci-update.tar.gz
chore: add python versionchore/ci-update
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index f9a351f..21efac9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,14 +1,16 @@
language: python
python:
- - '2.7'
- - '3.5'
- - '3.6'
+ - "2.7"
+ - "3.5"
+ - "3.6"
+ - "3.7"
+ - "3.8"
- nightly
- pypy
- pypy3
matrix:
allow_failures:
- - python: nightly
+ - python: nightly
install: pip install tox-travis
script: tox
after_success: