dupeguru/.travis.yml

10 lines
112 B
YAML

sudo: false
language: python
python:
- "3.4"
- "3.5"
- "3.6"
install: pip install tox-travis
script: tox