diff options
| author | Tom Christie | 2015-02-17 12:46:55 +0000 |
|---|---|---|
| committer | Tom Christie | 2015-02-17 12:46:55 +0000 |
| commit | 9f4f9c9c9f09f46776e75435f4fe727789721e81 (patch) | |
| tree | ca91ccc836a75ca1577881c33809f2139ac63bfb /tox.ini | |
| parent | dbd23521656b366cbaa1382a0d222f8fe4e3a326 (diff) | |
| download | django-rest-framework-9f4f9c9c9f09f46776e75435f4fe727789721e81.tar.bz2 | |
Single source of truth for requirements
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -15,18 +15,17 @@ deps = django16: Django==1.6.3 # Should track minimum supported django17: Django==1.7.2 # Should track maximum supported django18alpha: https://www.djangoproject.com/download/1.8a1/tarball/ - django-guardian==1.2.4 - pytest-django==2.8.0 - django-filter==0.9.2 - markdown>=2.1.0 + -rrequirements/requirements-testing.txt + -rrequirements/requirements-optionals.txt [testenv:py27-flake8] deps = - pytest==2.6.4 - flake8==2.2.2 + -rrequirements/requirements-testing.txt + -rrequirements/requirements-codestyle.txt commands = ./runtests.py --lintonly [testenv:py27-docs] deps = - mkdocs>=0.11.1 + -rrequirements/requirements-testing.txt + -rrequirements/requirements-documentation.txt commands = mkdocs build |
