add flag to test case

This commit is contained in:
TomVasile
2020-04-21 21:27:59 +00:00
parent f140ca3828
commit 2ad3a3d861
+1
View File
@@ -17,6 +17,7 @@ func TestPublish(t *testing.T) {
SetupFile: "testdata/setup.py",
Distributions: strings.Split(os.Getenv("PLUGIN_DISTRIBUTIONS"), " "),
SkipBuild: false,
DistDir: "dist/",
}
err := plugin.Exec()
if err != nil {