mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-16 19:00:54 +00:00
Merge pull request #397 from untitaker/tox-in-travis
Use tox within travis
This commit is contained in:
commit
47e048a3c2
1 changed files with 2 additions and 4 deletions
|
@ -6,11 +6,9 @@ python:
|
|||
- 3.5
|
||||
|
||||
install:
|
||||
- pip install -e .
|
||||
- pip install flake8
|
||||
- pip install tox
|
||||
|
||||
script:
|
||||
- py.test -s
|
||||
- flake8 radicale
|
||||
- tox -e py
|
||||
|
||||
sudo: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue