mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Add pypy in tox
This commit is contained in:
parent
3e3f07a6de
commit
2a578b95c1
1 changed files with 5 additions and 2 deletions
7
tox.ini
7
tox.ini
|
@ -1,5 +1,5 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py26, py27, py31, py32, py33
|
envlist = py26, py27, py31, py32, py33, pypy
|
||||||
|
|
||||||
[base]
|
[base]
|
||||||
deps =
|
deps =
|
||||||
|
@ -27,4 +27,7 @@ deps = {[base]deps}
|
||||||
deps = {[base]deps}
|
deps = {[base]deps}
|
||||||
|
|
||||||
[testenv:py33]
|
[testenv:py33]
|
||||||
deps = {[base]deps}
|
deps = {[base]deps}
|
||||||
|
|
||||||
|
[testenv:pypy]
|
||||||
|
deps = {[base]deps}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue