aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2019-04-02 04:08:35 +0000
committerMike Crute <mike@crute.us>2019-04-02 04:08:35 +0000
commit72bbac5e62c8bb2916213750f8a4d4bb1bb300d4 (patch)
tree56ec30c700903e0c8ef77820b0fec926e1af75ec
parent3bacbbe001b4abb461b4920233fac9de07e903fd (diff)
downloadpydora-72bbac5e62c8bb2916213750f8a4d4bb1bb300d4.tar.bz2
pydora-72bbac5e62c8bb2916213750f8a4d4bb1bb300d4.tar.xz
pydora-72bbac5e62c8bb2916213750f8a4d4bb1bb300d4.zip
Python 3.7 on travis is broken
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index dd54537..3b41800 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ language: python
2python: 2python:
3 - "3.5" 3 - "3.5"
4 - "3.6" 4 - "3.6"
5 - "3.7"
6before_script: 5before_script:
7 # Travis versions of these are really outdated 6 # Travis versions of these are really outdated
8 - pip install -U mock nose pytest 7 - pip install -U mock nose pytest