aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorDavid Muller2015-01-18 14:48:23 -0800
committerDavid Muller2015-01-18 14:48:23 -0800
commit1421b057f7ccf496c0e65e89aa3882d614aa7030 (patch)
tree5563b158d3f028caf1dd7b23955b3e11e975bd88 /tox.ini
parenteb91076886466af9376da753b34883b9dc2a1705 (diff)
downloaddjango-rest-framework-1421b057f7ccf496c0e65e89aa3882d614aa7030.tar.bz2
Bump pytest version in tox.ini to 2.6.4
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9018b040..f30b44ff 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,7 +28,7 @@ deps =
[testenv:py27-flake8]
deps =
- pytest==2.5.2
+ pytest==2.6.4
flake8==2.2.2
commands = ./runtests.py --lintonly