Files
Radicale/.travis.yml
Florian Mounier 092d906aba Remove tox
2016-07-04 14:40:05 +02:00

15 lines
134 B
YAML

language: python
python:
- 3.3
- 3.4
- 3.5
install:
- pip install -e .[test]
script:
- python setup.py test
sudo: false