Skip to content

Commit 96a7a7d

Browse files
committed
.travis.yml: use Poetry instead of Pipenv
1 parent 2603c83 commit 96a7a7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ python:
1313

1414
install:
1515
- pip install -U pip setuptools # https://github.com/pypa/virtualenv/issues/1630
16-
- pip install pipenv
17-
- pipenv install --dev
16+
- pip install poetry
17+
- poetry install
1818

1919
script:
20-
- pipenv run py.test tests/
20+
- poetry run py.test tests/
2121

2222
after_success:
23-
- pipenv run coveralls
23+
- poetry run coveralls

0 commit comments

Comments
 (0)