radicale/.travis.yml

15 lines
126 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-05-18 22:42:47 +02:00
- pip install tox flake8
2016-04-10 11:13:54 +02:00
2016-05-12 19:24:24 +02:00
script:
2016-05-18 22:42:47 +02:00
- tox -r -e py
2015-07-17 17:56:06 +02:00
sudo: false