diff options
| author | Tom Christie | 2014-08-19 13:42:01 +0100 | 
|---|---|---|
| committer | Tom Christie | 2014-08-19 13:42:01 +0100 | 
| commit | 19f31340627c949ca07a9e7b59299734fd991f75 (patch) | |
| tree | 889c1526d54f1c0fb0a9ad8d772cddc21cec44df /tox.ini | |
| parent | bf09c32de8f9d528f83e9cb7a2773d1f4c9ab563 (diff) | |
| download | django-rest-framework-19f31340627c949ca07a9e7b59299734fd991f75.tar.bz2 | |
Add flake8 to requirements
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -13,6 +13,7 @@ commands = ./runtests.py --fast  [testenv:flake8]  basepython = python2.7  deps = pytest==2.5.2 +       flake8==2.2.2  commands = ./runtests.py --lintonly  [testenv:py3.4-django1.7] | 
