Skip to content

Commit f3284be

Browse files
committed
Replace pipenv with poetry in Travis config as well
1 parent 4de4dd4 commit f3284be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ python:
88
- 3.7
99

1010
install:
11-
- pip install pipenv black
12-
- pipenv install --dev
11+
- pip install poetry
12+
- poetry install
1313

1414
script:
1515
- flake8 --version

0 commit comments

Comments
 (0)