aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2019-04-07 18:02:01 +0300
committerMike Crute <crutem@amazon.com>2019-04-07 10:11:23 -0700
commit744edb8b3335cb1ddd879a0d8ce34ccc2ed304e6 (patch)
tree999d6856440f3b2dd42e04d5aab873b9a7544bb7
parent59c957fd9856c6d17bcff80a1f3cc8f505ebf035 (diff)
downloadpydora-744edb8b3335cb1ddd879a0d8ce34ccc2ed304e6.tar.bz2
pydora-744edb8b3335cb1ddd879a0d8ce34ccc2ed304e6.tar.xz
pydora-744edb8b3335cb1ddd879a0d8ce34ccc2ed304e6.zip
Add 3.7 to Travis CI, which requires Xenial
-rw-r--r--.travis.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 3b41800..d4501bf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,10 @@
1language: python 1language: python
2python: 2matrix:
3 - "3.5" 3 include:
4 - "3.6" 4 - python: "3.5"
5 - python: "3.6"
6 - python: "3.7"
7 dist: xenial
5before_script: 8before_script:
6 # Travis versions of these are really outdated 9 # Travis versions of these are really outdated
7 - pip install -U mock nose pytest 10 - pip install -U mock nose pytest