aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorJosé Padilla2014-11-25 09:22:29 -0400
committerJosé Padilla2014-11-25 09:22:29 -0400
commite1b8412eed18e305d7b6338a133b7f6a1270184c (patch)
treeba7815fc73b016ceafe80a6ee3b13ed011c5aedd /tox.ini
parentb39bd7ce91d75aec6d1aa6593f35e59405ae3aa1 (diff)
downloaddjango-rest-framework-e1b8412eed18e305d7b6338a133b7f6a1270184c.tar.bz2
Add markdown and PyYAML to tox test requirements
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index a7200a3f..b33c0700 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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 =