From c135975456a9e6b6daeba206f61eadc8de63613f Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Sat, 19 Sep 2015 15:23:32 +0200 Subject: [PATCH] Updated pytest for python 3.5 force upgrade on Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 79a7e3b..72efa99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,7 @@ before_script: install: - pip install -q django==$DJANGO - pip install -r requirements.txt + - pi[ install pytest --upgrade - pip install pytest-django codecov sphinx - python setup.py install