diff options
| author | José Padilla | 2014-11-25 09:22:29 -0400 |
|---|---|---|
| committer | José Padilla | 2014-11-25 09:22:29 -0400 |
| commit | e1b8412eed18e305d7b6338a133b7f6a1270184c (patch) | |
| tree | ba7815fc73b016ceafe80a6ee3b13ed011c5aedd /tox.ini | |
| parent | b39bd7ce91d75aec6d1aa6593f35e59405ae3aa1 (diff) | |
| download | django-rest-framework-e1b8412eed18e305d7b6338a133b7f6a1270184c.tar.bz2 | |
Add markdown and PyYAML to tox test requirements
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ deps = pytest-django==2.6.1 django-filter==0.7 defusedxml==0.3 + markdown>=2.1.0 + PyYAML>=3.10 [testenv:py27-flake8] deps = |
