aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ba47d05..94d8e6d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,10 @@
1language: python 1language: python
2python: 2python:
3 - "2.7" 3 - "2.7"
4 - "3.3"
5 - "3.4" 4 - "3.4"
6 - "3.5" 5 - "3.5"
7 - "3.6" 6 - "3.6"
7 - "3.7"
8before_script: 8before_script:
9 # Travis versions of these are really outdated 9 # Travis versions of these are really outdated
10 - pip install -U mock nose pytest 10 - pip install -U mock nose pytest