Skip to content

Commit 4f04a7f

Browse files
committed
Fix wrong requirements file path
1 parent c68373a commit 4f04a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ deps =
1919
dj110: Django>=1.10,<1.11
2020
dj111: Django>=1.11,<2.0
2121
djdev: https://github.com/django/django/archive/master.tar.gz
22-
-r requirements.txt
22+
-r{toxinidir}/requirements.txt
2323
setenv =
2424
PYTHONPATH = {toxinidir}
2525
commands = coverage run --source=django_elastipymemcache -m nose

0 commit comments

Comments
 (0)