mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Prepare travis for upcoming poetry 1.0 release
The poetry version command will change in poetry 1.0 (see sdispater/poetry#1191). Without any argument, it won't bump the version anymore but instead just print the current version. This will break the current travis before_install. Let's pin poetry to ~0.12.17 for now and change it once poetry v1.0 releases.
This commit is contained in:
parent
47310f71a1
commit
b7e2e91af3
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ python: "3.7"
|
|||
git:
|
||||
depth: false
|
||||
before_install:
|
||||
- pip install poetry
|
||||
- pip install poetry~=0.12.17
|
||||
install:
|
||||
# we run `poetry version` here to appease poetry about '0.0.0-source'
|
||||
- poetry version
|
||||
|
|
Loading…
Add table
Reference in a new issue