aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2017-06-18 19:42:30 -0700
committerMike Crute <mike@crute.us>2017-06-18 19:42:30 -0700
commit30467005d2acb210f2bdf00488cb410b9a9258d1 (patch)
treedc85987548474ecca49dd14ae0faace307b1a73b
parent93357e373a68fc6054bef3aae3e3648cc1cb24e6 (diff)
downloadpydora-30467005d2acb210f2bdf00488cb410b9a9258d1.tar.bz2
pydora-30467005d2acb210f2bdf00488cb410b9a9258d1.tar.xz
pydora-30467005d2acb210f2bdf00488cb410b9a9258d1.zip
Fix travis dependencies
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index fdc4f5b..31b9da7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,4 +5,6 @@ python:
5 - "3.4" 5 - "3.4"
6 - "3.5" 6 - "3.5"
7 - "3.6" 7 - "3.6"
8# Travis versions of these are really outdated
9before_script: pip install -U mock nose pytest
8script: python setup.py validate 10script: python setup.py validate