Skip to content

Commit 222fb5f

Browse files
committed
Switch from Pipenv to Poetry
Poetry has a nicer interface, performs more tasks than Pipenv, and is generally more pleasant to use.
1 parent b6cebd5 commit 222fb5f

File tree

6 files changed

+596
-477
lines changed

6 files changed

+596
-477
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ matrix:
1919
# dist: xenial # Bionic has no Python 3.5
2020

2121
install:
22-
- pip install pipenv
23-
- pipenv install --dev
22+
- pip install poetry
23+
- poetry install -v
2424

2525
script:
26-
- pipenv run py.test
26+
- poetry run py.test tests/
2727

2828
after_success:
29-
- pipenv run coveralls
29+
- poetry run coveralls

Pipfile

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)