Update the pytest dependency to the latest install.

This commit is contained in:
Dave Halter
2017-05-17 19:17:30 -04:00
parent 2beec09d77
commit 6dd466a8d5
2 changed files with 6 additions and 18 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
envlist = py26, py27, py33, py34, py35, py36
[testenv]
deps =
pytest>=2.3.5
pytest>=3.0.7
# For --lf and --ff.
pytest-cache
setenv =
# https://github.com/tomchristie/django-rest-framework/issues/1957