1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-03-10 05:34:36 +00:00
dupeguru/.travis.yml
2017-10-08 20:37:59 -04:00

10 lines
112 B
YAML

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