mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-05 07:49:02 +00:00
10 lines
112 B
YAML
10 lines
112 B
YAML
|
sudo: false
|
||
|
language: python
|
||
|
python:
|
||
|
- "3.4"
|
||
|
- "3.5"
|
||
|
- "3.6"
|
||
|
install: pip install tox-travis
|
||
|
script: tox
|
||
|
|