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

Update hscommon & .travis.yml for Python 3.7

- .travis.yml changes from a82ab3c237
- hscommon update from https://github.com/hsoft/hscommon/pull/5
This commit is contained in:
2018-12-04 19:20:18 -06:00
parent 10ac536c3b
commit bd3d47bf19
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ python:
- "3.4" - "3.4"
- "3.5" - "3.5"
- "3.6" - "3.6"
- "3.7"
install: pip install tox-travis install: pip install tox-travis
script: tox script: tox