We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68373a commit 4f04a7fCopy full SHA for 4f04a7f
tox.ini
@@ -19,7 +19,7 @@ deps =
19
dj110: Django>=1.10,<1.11
20
dj111: Django>=1.11,<2.0
21
djdev: https://github.com/django/django/archive/master.tar.gz
22
- -r requirements.txt
+ -r{toxinidir}/requirements.txt
23
setenv =
24
PYTHONPATH = {toxinidir}
25
commands = coverage run --source=django_elastipymemcache -m nose
0 commit comments