mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-13 18:50:53 +00:00
Fix tox env once and for all
This commit is contained in:
parent
68b72f55eb
commit
3a2cc58f3b
2 changed files with 3 additions and 5 deletions
|
@ -6,10 +6,9 @@ python:
|
||||||
- 3.5
|
- 3.5
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -e .
|
- pip install tox
|
||||||
- pip install tox flake8
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- tox -r -e py
|
- tox -e py
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
3
tox.ini
3
tox.ini
|
@ -1,12 +1,11 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py33, py34, py35
|
envlist = py33, py34, py35
|
||||||
|
|
||||||
[base]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
flake8
|
flake8
|
||||||
pytest
|
pytest
|
||||||
|
|
||||||
[testenv]
|
|
||||||
commands =
|
commands =
|
||||||
flake8
|
flake8
|
||||||
py.test
|
py.test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue