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
script: tox
install:
- pip install tox-travis
python:
- "3.5"
- "3.6"
matrix:
include:
- python: 3.7
dist: xenial
- "3.7"
script: tox
install:
- pip install tox-travis

View file

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