Fix travis python version

pull/50/head v0.4.4.5-a7c7a09
Christophe Mehay 4 years ago
parent 428ba87690
commit a7c7a092fd

@ -2,7 +2,7 @@ sudo: false
dist: xenial
language: python
python:
- '3.7'
- '3.8'
install: pip install tox-travis pre-commit poetry
script:
- pre-commit run --all-files

Loading…
Cancel
Save