aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorTom Christie2015-03-23 15:59:18 +0000
committerTom Christie2015-03-23 15:59:18 +0000
commit331f48054c64c24508a4a933bbc8a61f3540be60 (patch)
treeb231c6a16bbcc61d5d094c42ce0f2188bc7039ad /tox.ini
parent79ea0945445bd3562b143870a4c8500fe0a71365 (diff)
downloaddjango-rest-framework-331f48054c64c24508a4a933bbc8a61f3540be60.tar.bz2
Try to resolve pep8 versioning clash.
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 c986250c..4f2d8183 100644
--- a/tox.ini
+++ b/tox.ini
@@ -20,8 +20,8 @@ deps =
[testenv:py27-flake8]
deps =
- -rrequirements/requirements-testing.txt
-rrequirements/requirements-codestyle.txt
+ -rrequirements/requirements-testing.txt
commands = ./runtests.py --lintonly
[testenv:py27-docs]