1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2024-11-05 07:49:02 +00:00
dupeguru/.travis.yml

10 lines
112 B
YAML
Raw Normal View History

2017-10-09 00:37:59 +00:00
sudo: false
language: python
python:
- "3.4"
- "3.5"
- "3.6"
install: pip install tox-travis
script: tox