Skip to content

Commit

Permalink
remove --download-cache options from tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
plq committed Mar 21, 2016
1 parent 7327569 commit e4cb402
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ setenv =

deps =
Django>=1.6,<17
--download-cache={homedir}/.pipcache
-rrequirements/test_django_req.txt

[testenv:py27-dj17]
Expand All @@ -38,7 +37,6 @@ setenv =

deps =
Django>=1.7,<18
--download-cache={homedir}/.pipcache
-rrequirements/test_django_req.txt

[testenv:py27-dj18]
Expand All @@ -51,7 +49,6 @@ setenv =

deps =
Django>=1.8,<1.9
--download-cache={homedir}/.pipcache
-rrequirements/test_django_req.txt

[testenv:py34-dj17]
Expand All @@ -64,7 +61,6 @@ setenv =

deps =
Django>=1.7,<18
--download-cache={homedir}/.pipcache
-rrequirements/test_django_req.txt

[testenv:py34-dj18]
Expand All @@ -77,7 +73,6 @@ setenv =

deps =
Django>=1.8,<1.9
--download-cache={homedir}/.pipcache
-rrequirements/test_django_req.txt

[testenv:py35-dj17]
Expand All @@ -90,7 +85,6 @@ setenv =

deps =
Django>=1.7,<18
--download-cache={homedir}/.pipcache
-rrequirements/test_django_req.txt

[testenv:py35-dj18]
Expand All @@ -103,5 +97,4 @@ setenv =

deps =
Django>=1.8,<1.9
--download-cache={homedir}/.pipcache
-rrequirements/test_django_req.txt

0 comments on commit e4cb402

Please sign in to comment.