Skip to content

Commit

Permalink
Amend travis install
Browse files Browse the repository at this point in the history
  • Loading branch information
Mec-iS committed Oct 16, 2020
1 parent feff8cd commit 45fe7c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ python:
- "3.7"
- "3.7-dev" # 3.7 development branch
install:
- pip install poetry && poetry install --no-interaction --no-ansi
- pip install --user poetry
- poetry install --no-interaction --no-ansi
script: pytest
env:
- API_NAME=api PORT=8000

0 comments on commit 45fe7c5

Please sign in to comment.