diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2019-11-01 17:09:00 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2019-11-01 17:09:00 +0100 |
commit | 5ca92c883ded71aa1d65b05244ba51c920e244e3 (patch) | |
tree | 7fcefc01ca05c96ab3c2d29e24c3a0e837cf9008 | |
parent | ba438a120f6dba53b87bb7e1219659c082c2854e (diff) | |
download | crocoite-5ca92c883ded71aa1d65b05244ba51c920e244e3.tar.gz crocoite-5ca92c883ded71aa1d65b05244ba51c920e244e3.tar.bz2 crocoite-5ca92c883ded71aa1d65b05244ba51c920e244e3.zip |
Travis: Run tests with Python 3.8
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7abcfd7..b1d417c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ matrix: include: - python: "3.6" - python: "3.7" + - python: "3.8" - python: "3.6-dev" - python: "3.7-dev" - python: "3.8-dev" |