Skip to content

Commit 88a5ba5

Browse files
committed
add test for 2.7 pipenv install
1 parent 3434972 commit 88a5ba5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/run

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ testPipenvVersion() {
2323
assertCapturedSuccess
2424
}
2525

26+
testPipenvVersion2() {
27+
compile "pipenv-version2"
28+
assertCaptured "2.7.15"
29+
assertCapturedSuccess
30+
}
2631
testPipenvFullVersion() {
2732
compile "pipenv-full-version"
2833
assertCaptured "3.6.3"

0 commit comments

Comments
 (0)