summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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: