summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas A Caswell <tcaswell@bnl.gov>2019-10-30 20:09:14 -0400
committerThomas A Caswell <tcaswell@bnl.gov>2019-10-30 20:09:14 -0400
commit9defa9453fb67716981562e049d86b2b45ee4218 (patch)
treea97b71590bf4a34a921c91a12b5fc35893ead2ba /.travis.yml
parent881bb5b57fc2585137ae469c652f5de01778f1a4 (diff)
downloaddnspython-9defa9453fb67716981562e049d86b2b45ee4218.tar.gz
CI: add py37 and py38 to test matrix
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 295fa29..ed4d2a9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,8 @@ language: python
python:
- "3.5"
- "3.6"
+ - "3.7"
+ - "3.8"
#- "nightly"
matrix:
include: