1
0
Fork 0
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:
Guillaume Ayoub 2016-05-18 22:42:47 +02:00
parent a8fda1aedf
commit 9e3126ba3e

View file

@ -6,9 +6,9 @@ python:
- 3.5
install:
- pip install tox
- pip install tox flake8
script:
- tox -r
- tox -r -e py
sudo: false