From 30467005d2acb210f2bdf00488cb410b9a9258d1 Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Sun, 18 Jun 2017 19:42:30 -0700 Subject: Fix travis dependencies --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index fdc4f5b..31b9da7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,6 @@ python: - "3.4" - "3.5" - "3.6" +# Travis versions of these are really outdated +before_script: pip install -U mock nose pytest script: python setup.py validate -- cgit v1.2.3