Skip to content

Commit 45fe7c5

Browse files
committed
Amend travis install
1 parent feff8cd commit 45fe7c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ python:
33
- "3.7"
44
- "3.7-dev" # 3.7 development branch
55
install:
6-
- pip install poetry && poetry install --no-interaction --no-ansi
6+
- pip install --user poetry
7+
- poetry install --no-interaction --no-ansi
78
script: pytest
89
env:
910
- API_NAME=api PORT=8000

0 commit comments

Comments
 (0)