Migrate from Pipenv to Poetry
This commit is contained in:
parent
dddf9979db
commit
caf94bc54d
14 changed files with 1109 additions and 504 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue