Commit 88a5ba5d authored by Casey Faist's avatar Casey Faist

add test for 2.7 pipenv install

parent 3434972e
......@@ -23,6 +23,11 @@ testPipenvVersion() {
assertCapturedSuccess
}
testPipenvVersion2() {
compile "pipenv-version2"
assertCaptured "2.7.15"
assertCapturedSuccess
}
testPipenvFullVersion() {
compile "pipenv-full-version"
assertCaptured "3.6.3"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment