add travis.yml for python api client

This commit is contained in:
wing328
2016-06-17 00:41:40 +08:00
parent e501287036
commit f9eef2c825
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) {