Use tox within travis

This deduplicates the testing setup and commands
This commit is contained in:
Markus Unterwaditzer 2016-05-18 20:53:32 +02:00
parent 39b34b2f52
commit f6e5026d9d

View File

@ -6,11 +6,9 @@ python:
- 3.5
install:
- pip install -e .
- pip install flake8
- pip install tox
script:
- py.test -s
- flake8 radicale
- tox -e py
sudo: false