radicale/.travis.yml

14 lines
114 B
YAML
Raw Normal View History

2015-07-17 17:56:06 +02:00
language: python
python:
- 3.3
- 3.4
2015-12-24 15:22:48 +01:00
- 3.5
2015-07-17 17:56:06 +02:00
2016-04-10 11:13:54 +02:00
install:
- pip install -e .
script: py.test -s
2015-07-17 17:56:06 +02:00
sudo: false