deb-python-cotyledon/.travis.yml
Mehdi Abaakouk e2866f5a6f Revert "Add py35 tests"
This reverts commit 6b3c4f3a95.
2016-07-14 22:36:52 +02:00

12 lines
168 B
YAML

sudo: false
language: python
install:
- pip install tox
script:
- tox
env:
- TOXENV=py27
- TOXENV=py34
- TOXENV=pep8
- TOXENV=docs