Add new deps in tox, remove 3.1 support
This commit is contained in:
parent
e61a6e1fcd
commit
35840dcc51
18
tox.ini
18
tox.ini
@ -3,6 +3,7 @@ envlist = py26, py27, py31, py32, py33, pypy
|
|||||||
|
|
||||||
[base]
|
[base]
|
||||||
deps =
|
deps =
|
||||||
|
sqlalchemy
|
||||||
nose-cov
|
nose-cov
|
||||||
pam
|
pam
|
||||||
requests
|
requests
|
||||||
@ -13,21 +14,26 @@ commands = nosetests []
|
|||||||
[testenv:py26]
|
[testenv:py26]
|
||||||
deps =
|
deps =
|
||||||
python-ldap
|
python-ldap
|
||||||
|
dulwich
|
||||||
{[base]deps}
|
{[base]deps}
|
||||||
|
|
||||||
[testenv:py27]
|
[testenv:py27]
|
||||||
deps =
|
deps =
|
||||||
python-ldap
|
python-ldap
|
||||||
|
dulwich
|
||||||
{[base]deps}
|
{[base]deps}
|
||||||
|
|
||||||
[testenv:py31]
|
|
||||||
deps = {[base]deps}
|
|
||||||
|
|
||||||
[testenv:py32]
|
[testenv:py32]
|
||||||
deps = {[base]deps}
|
deps =
|
||||||
|
git+https://github.com/eberle1080/dulwich-py3k.git
|
||||||
|
{[base]deps}
|
||||||
|
|
||||||
[testenv:py33]
|
[testenv:py33]
|
||||||
deps = {[base]deps}
|
deps =
|
||||||
|
git+https://github.com/eberle1080/dulwich-py3k.git
|
||||||
|
{[base]deps}
|
||||||
|
|
||||||
[testenv:pypy]
|
[testenv:pypy]
|
||||||
deps = {[base]deps}
|
deps =
|
||||||
|
dulwich
|
||||||
|
{[base]deps}
|
||||||
|
Loading…
Reference in New Issue
Block a user