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 /.travis.yml | |
| parent | bf09c32de8f9d528f83e9cb7a2773d1f4c9ab563 (diff) | |
| download | django-rest-framework-19f31340627c949ca07a9e7b59299734fd991f75.tar.bz2 | |
Add flake8 to requirements
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 9894ee4e..ececf3e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ install: - pip install Pillow==2.3.0 - pip install django-guardian==1.2.3 - pip install pytest-django==2.6.1 + - pip install flake8==2.2.2 - "if [[ ${TRAVIS_PYTHON_VERSION::1} != '3' ]]; then pip install oauth2==1.5.211; fi" - "if [[ ${TRAVIS_PYTHON_VERSION::1} != '3' ]]; then pip install django-oauth-plus==2.2.4; fi" - "if [[ ${TRAVIS_PYTHON_VERSION::1} != '3' ]]; then pip install django-oauth2-provider==0.2.4; fi" |
