1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-02-04 20:31:38 +00:00

Increase tox verbosity

This commit is contained in:
Joe Moore
2019-05-21 10:19:04 -04:00
committed by GitHub
parent 18acaae888
commit 4f234f272f

View File

@@ -1,7 +1,7 @@
sudo: false sudo: false
language: python language: python
install: pip3 install tox-travis install: pip3 install tox-travis
script: tox script: tox -vv
matrix: matrix:
include: include:
- os: "linux" - os: "linux"