Merge pull request #3154 from wing328/python_travis_ci

[Python] add travis.yml to python api client
This commit is contained in:
wing328
2016-06-17 09:23:42 +08:00
committed by GitHub
5 changed files with 37 additions and 20 deletions

View File

@@ -167,6 +167,7 @@ public class PythonClientCodegen extends DefaultCodegen implements CodegenConfig
}
supportingFiles.add(new SupportingFile("git_push.sh.mustache", "", "git_push.sh"));
supportingFiles.add(new SupportingFile("gitignore.mustache", "", ".gitignore"));
supportingFiles.add(new SupportingFile("travis.mustache", "", ".travis.yml"));
}
private static String dropDots(String str) {