radicale/.travis.yml

17 lines
161 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 .
2016-05-18 20:25:50 +02:00
- pip install flake8
2016-04-10 11:13:54 +02:00
2016-05-12 19:24:24 +02:00
script:
- py.test -s
- flake8 radicale
2015-07-17 17:56:06 +02:00
sudo: false