summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-11-11 10:36:34 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2019-11-11 10:37:49 -0800
commitabd4aea3ace3deb2e1b8db7bae12e1a798301032 (patch)
tree0f4b04421f8794c4aba1900238dbc4b4e08b36fb /.travis.yml
parenta54ea98feed0a7593475b94de3a359e9e1fe8fdb (diff)
downloadappdirs-abd4aea3ace3deb2e1b8db7bae12e1a798301032.tar.gz
Add Python 3.8 to the test matrix
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 ae6a18f..86e834f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,7 @@ python:
- "3.5"
- "3.6"
- "3.7"
+ - "3.8"
- "pypy3.5-6.0"
script: python setup.py test