mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-07 18:30:54 +00:00
Fix tox.ini
This commit is contained in:
parent
47e048a3c2
commit
3560f96c8b
1 changed files with 2 additions and 23 deletions
25
tox.ini
25
tox.ini
|
@ -3,31 +3,10 @@ envlist = py33, py34, py35
|
||||||
|
|
||||||
[base]
|
[base]
|
||||||
deps =
|
deps =
|
||||||
sqlalchemy
|
|
||||||
nose-cov
|
|
||||||
pam
|
|
||||||
requests
|
|
||||||
flake8
|
flake8
|
||||||
|
pytest
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands =
|
commands =
|
||||||
flake8
|
flake8
|
||||||
nosetests []
|
py.test
|
||||||
|
|
||||||
[testenv:py33]
|
|
||||||
deps =
|
|
||||||
git+https://github.com/eberle1080/dulwich-py3k.git
|
|
||||||
{[base]deps}
|
|
||||||
|
|
||||||
[testenv:py34]
|
|
||||||
deps =
|
|
||||||
git+https://github.com/eberle1080/dulwich-py3k.git
|
|
||||||
{[base]deps}
|
|
||||||
|
|
||||||
[testenv:py35]
|
|
||||||
deps =
|
|
||||||
git+https://github.com/eberle1080/dulwich-py3k.git
|
|
||||||
{[base]deps}
|
|
||||||
|
|
||||||
[flake8]
|
|
||||||
max-line-length = 100
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue