We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feff8cd commit 45fe7c5Copy full SHA for 45fe7c5
.travis.yml
@@ -3,7 +3,8 @@ python:
3
- "3.7"
4
- "3.7-dev" # 3.7 development branch
5
install:
6
- - pip install poetry && poetry install --no-interaction --no-ansi
+ - pip install --user poetry
7
+ - poetry install --no-interaction --no-ansi
8
script: pytest
9
env:
10
- API_NAME=api PORT=8000
0 commit comments