Skip to content

Commit

Permalink
Improve tox Django dependency declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberdelia committed Feb 7, 2015
1 parent 5996967 commit 638b794
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ deps =
[testenv:py27]
basepython = python2.7
deps =
Django>=1.7.0
Django>=1.7, <1.8
mock
jinja2
futures

[testenv:pypy]
basepython = pypy
deps =
Django>=1.7.0
Django>=1.7, <1.8
mock
jinja2
futures
Expand All @@ -68,13 +68,13 @@ deps =
basepython = python3.3
deps =
jinja2
Django>=1.7.0
Django>=1.7, <1.8

[testenv:py34]
basepython = python3.4
deps =
jinja2
Django>=1.7.0
Django>=1.7, <1.8

[testenv:docs]
basepython = python2.7
Expand Down

0 comments on commit 638b794

Please sign in to comment.