radicale/.travis.yml
Guillaume Ayoub 54dee0c7c4 Clean tests
2016-04-07 19:25:10 +02:00

11 lines
82 B
YAML

language: python
python:
- 3.3
- 3.4
- 3.5
script: nosetests
sudo: false