mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-02-26 22:01:38 +00:00
Enable Travis CI
This commit is contained in:
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
sudo: false
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "3.4"
|
||||||
|
- "3.5"
|
||||||
|
- "3.6"
|
||||||
|
install: pip install tox-travis
|
||||||
|
script: tox
|
||||||
|
|
||||||
Reference in New Issue
Block a user