aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2018-09-01 04:24:45 +0000
committerMike Crute <mike@crute.us>2018-09-01 04:24:45 +0000
commit8557250363d297292066b81b892331a070a8d11e (patch)
treebd6f8e70d3adec6205950b4501d2e29d1b2d4d64
parent6caab414ee701b61be605c35d355da544ebffd67 (diff)
downloadpydora-8557250363d297292066b81b892331a070a8d11e.tar.bz2
pydora-8557250363d297292066b81b892331a070a8d11e.tar.xz
pydora-8557250363d297292066b81b892331a070a8d11e.zip
Drop python 3.3 support add 3.7
-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