mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-29 16:55:32 +00:00
Remove Pypy from tox
This commit is contained in:
parent
22a356bd06
commit
3f3d0e8945
1 changed files with 6 additions and 5 deletions
11
tox.ini
11
tox.ini
|
@ -1,5 +1,5 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py26, py27, py32, py33, py34, pypy
|
envlist = py26, py27, py32, py33, py34#, pypy
|
||||||
|
|
||||||
[base]
|
[base]
|
||||||
deps =
|
deps =
|
||||||
|
@ -38,7 +38,8 @@ deps =
|
||||||
git+https://github.com/eberle1080/dulwich-py3k.git
|
git+https://github.com/eberle1080/dulwich-py3k.git
|
||||||
{[base]deps}
|
{[base]deps}
|
||||||
|
|
||||||
[testenv:pypy]
|
# Pypy support seems to be broken, at least with sqlalchemy
|
||||||
deps =
|
#[testenv:pypy]
|
||||||
dulwich
|
#deps =
|
||||||
{[base]deps}
|
# dulwich
|
||||||
|
# {[base]deps}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue