Skip to content

Commit

Permalink
(PPS-697) use '-vvv' option for poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
george42-ctds committed Feb 7, 2024
1 parent 6e5e60c commit ae9ae79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ before_install:
install:
- pip install --upgrade pip
- pip install poetry
- poetry install --all-extras -vv --no-interaction
- poetry install --all-extras -vvv --no-interaction --no-cache
- poetry show -vv
- psql -c 'SELECT version();' -U postgres
- psql -U postgres -c "create database fence_test_tmp"
Expand Down

0 comments on commit ae9ae79

Please sign in to comment.