radicale/.travis.yml

15 lines
144 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:
2016-07-04 14:42:40 +02:00
- pip install --upgrade -e .[test]
2016-04-10 11:13:54 +02:00
2016-05-12 19:24:24 +02:00
script:
2016-07-04 14:40:05 +02:00
- python setup.py test
2015-07-17 17:56:06 +02:00
sudo: false