mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
91ff799501
commit
53104b6f0d
|
@ -46,13 +46,8 @@ runtime:
|
|||
PIPENV_IGNORE_VIRTUALENVS: 1
|
||||
|
||||
test:
|
||||
- run: |
|
||||
if test {{version.major}} > 2000; then
|
||||
VERSION=$(printf '%04d.%02d.%02d' {{version.major}} {{version.minor}} {{version.patch}})
|
||||
else
|
||||
VERSION={{version}}
|
||||
fi
|
||||
- pipenv --version | grep $VERSION
|
||||
- pipenv --version
|
||||
- pipenv --version 2>&1 | grep {{version}}
|
||||
|
||||
- run: |
|
||||
pipenv --python 3.7
|
||||
|
|
Loading…
Reference in a new issue