Add python3.4 support in tox
This commit is contained in:
parent
3e893a3420
commit
2aaa8f06fc
7
tox.ini
7
tox.ini
@ -1,5 +1,5 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = py26, py27, py31, py32, py33, pypy
|
envlist = py26, py27, py31, py32, py33, py34, pypy
|
||||||
|
|
||||||
[base]
|
[base]
|
||||||
deps =
|
deps =
|
||||||
@ -33,6 +33,11 @@ deps =
|
|||||||
git+https://github.com/eberle1080/dulwich-py3k.git
|
git+https://github.com/eberle1080/dulwich-py3k.git
|
||||||
{[base]deps}
|
{[base]deps}
|
||||||
|
|
||||||
|
[testenv:py34]
|
||||||
|
deps =
|
||||||
|
git+https://github.com/eberle1080/dulwich-py3k.git
|
||||||
|
{[base]deps}
|
||||||
|
|
||||||
[testenv:pypy]
|
[testenv:pypy]
|
||||||
deps =
|
deps =
|
||||||
dulwich
|
dulwich
|
||||||
|
Loading…
Reference in New Issue
Block a user