Merge pull request #397 from untitaker/tox-in-travis
Use tox within travis
This commit is contained in:
commit
47e048a3c2
@ -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…
Reference in New Issue
Block a user