summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel M. Capella <polyzen@users.noreply.github.com>2019-11-04 19:19:03 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2019-11-10 19:42:05 +0000
commitb01caf2039e22ad3b6aef7c3ffcff7d38e3faf6b (patch)
tree62549d467dd53b5587f97cc3097488e15a1446c0 /.travis.yml
parent26f9e30205ad06b5382d0f9a614b52e6e1fc6483 (diff)
Test on Python 3.8
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e2014b8c..d207815f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ dist: xenial
python:
- "3.6"
- "3.7"
+ - "3.8"
# We start two containers in parallel, one to check and build the docs and the
# other to run the test suite.