1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Fix the Travis configuration

This commit is contained in:
Guillaume Ayoub 2016-04-10 11:13:54 +02:00
parent 2408097ab9
commit 9f969cfaf5

View file

@ -5,6 +5,9 @@ python:
- 3.4
- 3.5
script: nosetests
install:
- pip install -e .
script: py.test -s
sudo: false