Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Commit

Permalink
Make pypy tox config working again
Browse files Browse the repository at this point in the history
  • Loading branch information
EnTeQuAk committed May 2, 2014
1 parent 78bde45 commit 0ba303b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,17 @@ basepython = python3.4
deps =
{[testenv]deps17}

[testenv:py-1.5.x]
[testenv:pypy-1.5.x]
basepython = pypy
deps =
{[testenv]deps17}

[testenv:py-1.6.x]
[testenv:pypy-1.6.x]
basepython = pypy
deps =
{[testenv]deps17}

[testenv:py-1.7.x]
[testenv:pypy-1.7.x]
basepython = pypy
deps =
{[testenv]deps17}
Expand Down

0 comments on commit 0ba303b

Please sign in to comment.