summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
-rw-r--r--tox.ini1
2 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f33c5826..cbdf22ac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@ python:
- '2.7'
- '3.5'
- '3.6'
+ - '3.7'
- 'pypy'
- 'pypy3.5'
diff --git a/tox.ini b/tox.ini
index 5a3b987b..83ab9edb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -96,5 +96,6 @@ python =
2.7: py27
3.5: py35
3.6: py36
+ 3.7: py37
pypy: pypy
pypy3.5: pypy3