mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-16 19:00:54 +00:00
Fix .travis.yml again
This commit is contained in:
parent
a8fda1aedf
commit
9e3126ba3e
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@ python:
|
||||||
- 3.5
|
- 3.5
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install tox
|
- pip install tox flake8
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- tox -r
|
- tox -r -e py
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue