summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 11950e0..1911e14 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,8 @@ dist: trusty
language: python
python:
- "3.6"
- - "3.7"
+ - "3.6-dev"
+ - "3.7-dev"
install:
- pip install .
script: