aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2ece8ef..863e82a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,9 @@
language: python
python:
- "2.7"
- - "3.3"
+ - "3.5"
+ - "3.6"
+ - "3.7"
+ - "3.8"
install: pip install -r requirements.txt
script: bin/test