From 24d1e9d9507e33ce08b99a4f1df0daca8e484708 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Sat, 19 Sep 2015 15:25:22 +0200 Subject: [PATCH] Updated pytest for python 3.5 sticky keys --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 72efa99..f05acc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ before_script: install: - pip install -q django==$DJANGO - pip install -r requirements.txt - - pi[ install pytest --upgrade + - pip install pytest --upgrade - pip install pytest-django codecov sphinx - python setup.py install