Test if pipenv work (when updating pip)

This commit is contained in:
Miro Hrončok 2018-11-29 14:55:24 +01:00
parent f3b44339db
commit 1d76c3e182

View File

@ -38,6 +38,8 @@
- smoke37_virtualenv:
dir: python/smoke
run: VERSION=3.7 METHOD=virtualenv ./venv.sh
- pipenv:
run: pipenv --three && pipenv install six
required_packages:
- gcc
- /usr/bin/virtualenv
@ -50,3 +52,4 @@
- python2-devel
- python3-devel
- python3-tox
- pipenv