Skip to content

Commit

Permalink
tox: add Django 1.7 pypy and pypy3 commands
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsmedina committed Jan 2, 2016
1 parent 46fba69 commit 0fd8f80
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,16 @@ deps =
Django>=1.6,<1.7
{[testenv]deps}

[testenv:pypy3-dj1.6.x]
[testenv:pypy-dj1.7.x]
basepython=pypy
deps =
Django>=1.7,<1.8
{[testenv]deps}

[testenv:pypy3-dj1.7.x]
basepython=pypy3
deps =
Django>=1.6,<1.7
Django>=1.7,<187
{[testenv]deps}

[testenv:py27-dj1.8.x]
Expand Down

0 comments on commit 0fd8f80

Please sign in to comment.