summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Willison <swillison@gmail.com>2019-11-12 08:28:32 -0800
committerNed Batchelder <ned@nedbatchelder.com>2019-11-12 19:17:36 -0500
commit09adf5d4b238cc1443b4ae7fcdfe34997cfcf00a (patch)
tree83e13502e26f5bcf084e2d05934f09d48ff78c05
parent694435b844760ca0443cf87bf73a537f06c37d7d (diff)
downloadpython-coveragepy-git-09adf5d4b238cc1443b4ae7fcdfe34997cfcf00a.tar.gz
Run Travis CI tests on 3.8 as well
It looks like appveyor.yml already has this change.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a12897b6..c68e816f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,7 @@ python:
- '3.5'
- '3.6'
- '3.7'
+ - '3.8'
- 'pypy2.7-6.0'
- 'pypy3.5-6.0'