mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Added pypy testenv
This commit is contained in:
parent
743f7e8da5
commit
9314b385ae
7
tox.ini
7
tox.ini
@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
envlist=py24,py25,py26,py27,py31,du07,du06,du05
|
||||
envlist=py24,py25,py26,py27,py31,pypy,du07,du06,du05
|
||||
|
||||
[testenv]
|
||||
deps=nose
|
||||
@ -20,6 +20,11 @@ deps=
|
||||
[testenv:py31]
|
||||
deps=https://bitbucket.org/jpellerin/nose3/get/tip.zip
|
||||
|
||||
[testenv:pypy]
|
||||
deps=
|
||||
nose
|
||||
simplejson
|
||||
|
||||
[testenv:du05]
|
||||
deps=
|
||||
nose
|
||||
|
Loading…
Reference in New Issue
Block a user