Test if pipenv work (when updating pip)
This commit is contained in:
parent
f3b44339db
commit
1d76c3e182
@ -38,6 +38,8 @@
|
|||||||
- smoke37_virtualenv:
|
- smoke37_virtualenv:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: VERSION=3.7 METHOD=virtualenv ./venv.sh
|
run: VERSION=3.7 METHOD=virtualenv ./venv.sh
|
||||||
|
- pipenv:
|
||||||
|
run: pipenv --three && pipenv install six
|
||||||
required_packages:
|
required_packages:
|
||||||
- gcc
|
- gcc
|
||||||
- /usr/bin/virtualenv
|
- /usr/bin/virtualenv
|
||||||
@ -50,3 +52,4 @@
|
|||||||
- python2-devel
|
- python2-devel
|
||||||
- python3-devel
|
- python3-devel
|
||||||
- python3-tox
|
- python3-tox
|
||||||
|
- pipenv
|
||||||
|
Loading…
Reference in New Issue
Block a user