pep517/.travis.yml

9 lines
108 B
YAML

language: python
python:
- "3.6"
- "3.5"
- "3.4"
- "2.7"
install: pip install tox
script: tox -e py