Migrate from Pipenv to Poetry

This commit is contained in:
Christophe Mehay 2020-05-09 15:28:19 +02:00
parent dddf9979db
commit caf94bc54d
14 changed files with 1109 additions and 504 deletions

View file

@ -4,7 +4,7 @@ language: python
python:
- '3.6'
- '3.7'
install: pip install tox-travis pre-commit
install: pip install tox-travis pre-commit poetry
script:
- pre-commit run --all-files
- tox