summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohnthagen <johnthagen@users.noreply.github.com>2019-11-24 17:07:48 -0500
committerGitHub <noreply@github.com>2019-11-24 17:07:48 -0500
commit2cfe65700066030578f7fbc4f90176a0fb26a688 (patch)
tree02518396236a091b0c2919e010d5925adf871c63
parent2601ae8eab8d7be807bdbed264cd943e441a8da0 (diff)
downloadgerbonara-2cfe65700066030578f7fbc4f90176a0fb26a688.tar.gz
gerbonara-2cfe65700066030578f7fbc4f90176a0fb26a688.tar.bz2
gerbonara-2cfe65700066030578f7fbc4f90176a0fb26a688.zip
Add support for latest Python releases
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7525487..4906456 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,13 @@
-dist: precise
+dist: xenial
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
+ - "3.6"
+ - "3.7"
+ - "3.8"
# command to install dependencies
install: