Remove Pypy from tox
This commit is contained in:
parent
22a356bd06
commit
3f3d0e8945
11
tox.ini
11
tox.ini
@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
envlist = py26, py27, py32, py33, py34, pypy
|
||||
envlist = py26, py27, py32, py33, py34#, pypy
|
||||
|
||||
[base]
|
||||
deps =
|
||||
@ -38,7 +38,8 @@ deps =
|
||||
git+https://github.com/eberle1080/dulwich-py3k.git
|
||||
{[base]deps}
|
||||
|
||||
[testenv:pypy]
|
||||
deps =
|
||||
dulwich
|
||||
{[base]deps}
|
||||
# Pypy support seems to be broken, at least with sqlalchemy
|
||||
#[testenv:pypy]
|
||||
#deps =
|
||||
# dulwich
|
||||
# {[base]deps}
|
||||
|
Loading…
Reference in New Issue
Block a user