diff --git a/tests/tests.yml b/tests/tests.yml index 676a94f..c7ab9b7 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -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