mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-13 18:50:53 +00:00
Remove tox
This commit is contained in:
parent
221379ef85
commit
092d906aba
2 changed files with 2 additions and 13 deletions
|
@ -6,9 +6,9 @@ python:
|
||||||
- 3.5
|
- 3.5
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install tox
|
- pip install -e .[test]
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- tox -e py
|
- python setup.py test
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
11
tox.ini
11
tox.ini
|
@ -1,11 +0,0 @@
|
||||||
[tox]
|
|
||||||
envlist = py33, py34, py35
|
|
||||||
|
|
||||||
[testenv]
|
|
||||||
deps =
|
|
||||||
flake8
|
|
||||||
pytest
|
|
||||||
|
|
||||||
commands =
|
|
||||||
flake8
|
|
||||||
py.test
|
|
Loading…
Add table
Add a link
Reference in a new issue