Fix travis python version

pull/67/head
Christophe Mehay 4 years ago committed by Christophe Mehay
parent 4ba0ac02d8
commit 36ac5e97a8

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

Loading…
Cancel
Save