Reconfigure tox and travis integration.

This commit is contained in:
Alexis M 2019-10-11 20:51:07 +02:00 committed by Alexis Metaireau
parent dc05d1cd17
commit 1730560d20
2 changed files with 6 additions and 8 deletions

View file

@ -1,11 +1,9 @@
sudo: false
language: python language: python
script: tox
install:
- pip install tox-travis
python: python:
- "3.5" - "3.5"
- "3.6" - "3.6"
matrix: - "3.7"
include: script: tox
- python: 3.7 install:
dist: xenial - pip install tox-travis

View file

@ -3,4 +3,4 @@ tox
pytest pytest
flake8 flake8
Flask-Testing Flask-Testing
black black ; python_version >= '3.6'