aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-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