mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-10 18:40:53 +00:00
Remove Python 2 support
This commit is contained in:
parent
fa4eaef08e
commit
434cb533e9
34 changed files with 71 additions and 187 deletions
28
tox.ini
28
tox.ini
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py26, py27, py32, py33, py34#, pypy
|
||||
envlist = py33, py34, py35
|
||||
|
||||
[base]
|
||||
deps =
|
||||
|
@ -11,23 +11,6 @@ deps =
|
|||
[testenv]
|
||||
commands = nosetests []
|
||||
|
||||
[testenv:py26]
|
||||
deps =
|
||||
python-ldap
|
||||
dulwich<=0.9.5
|
||||
{[base]deps}
|
||||
|
||||
[testenv:py27]
|
||||
deps =
|
||||
python-ldap
|
||||
dulwich
|
||||
{[base]deps}
|
||||
|
||||
[testenv:py32]
|
||||
deps =
|
||||
git+https://github.com/eberle1080/dulwich-py3k.git
|
||||
{[base]deps}
|
||||
|
||||
[testenv:py33]
|
||||
deps =
|
||||
git+https://github.com/eberle1080/dulwich-py3k.git
|
||||
|
@ -38,8 +21,7 @@ deps =
|
|||
git+https://github.com/eberle1080/dulwich-py3k.git
|
||||
{[base]deps}
|
||||
|
||||
# Pypy support seems to be broken, at least with sqlalchemy
|
||||
#[testenv:pypy]
|
||||
#deps =
|
||||
# dulwich
|
||||
# {[base]deps}
|
||||
[testenv:py35]
|
||||
deps =
|
||||
git+https://github.com/eberle1080/dulwich-py3k.git
|
||||
{[base]deps}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue