mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-16 19:00:54 +00:00
Use tox within travis
This deduplicates the testing setup and commands
This commit is contained in:
parent
39b34b2f52
commit
f6e5026d9d
1 changed files with 2 additions and 4 deletions
|
@ -6,11 +6,9 @@ python:
|
||||||
- 3.5
|
- 3.5
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -e .
|
- pip install tox
|
||||||
- pip install flake8
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- py.test -s
|
- tox -e py
|
||||||
- flake8 radicale
|
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue