summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a93232d..c0e5100 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,9 @@
language: python
python:
- - "3.2"
- - "3.3"
- "3.4"
+ - "3.6"
+ - "3.7"
+ - "3.8"
# command to install dependencies
install:
- pip install -e .