mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-05 07:49:02 +00:00
Andrew Senetar
1a04f6ee86
- Fix Travis build by using dist: xenial so python 3.7 is available - Correct flake8 warning in core/test/app_test.py
12 lines
135 B
YAML
12 lines
135 B
YAML
sudo: false
|
|
dist: xenial
|
|
language: python
|
|
python:
|
|
- "3.4"
|
|
- "3.5"
|
|
- "3.6"
|
|
- "3.7"
|
|
install: pip install tox-travis
|
|
script: tox
|
|
|