Skip to content

Commit 0f18d1b

Browse files
committed
Add test
1 parent d0a1d10 commit 0f18d1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer/installer_python_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ func TestPython_Install(t *testing.T) {
2323
testcases := []struct {
2424
version string
2525
}{
26-
{"3.4.8"},
27-
{"3.5.5"},
26+
{"3.6.4"},
27+
{"https://www.python.org/ftp/python/3.7.0/Python-3.7.0b1.tgz"},
2828
}
2929

3030
for _, testcase := range testcases {

0 commit comments

Comments
 (0)