Switch to Poetry and Black (#254)

* Pipenv -> Poetry

* poetry and black
This commit is contained in:
Henning Jacobs
2019-12-23 20:07:46 +01:00
committed by GitHub
parent 578b03d214
commit d8b94db671
22 changed files with 1575 additions and 959 deletions

View File

@@ -1,4 +1,4 @@
dist: xenial
dist: bionic
sudo: yes
language: python
python:
@@ -6,9 +6,7 @@ python:
services:
- docker
install:
- pip install tox tox-travis coveralls
- pip install pipenv
- pipenv install --dev
- pip install poetry
- nvm install 7.4
- npm install -g eslint
script: