Add config for Travis CI and Linux build deployment

This commit is contained in:
Oliver Hamlet
2016-09-18 21:34:48 +01:00
parent 459234e91a
commit 4954d076cc
2 changed files with 64 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"package": {
"name": "loot-api-python",
"repo": "loot",
"subject": "wrinklyninja"
},
"version": {
"name": "REPLACE_THIS_VERSION"
},
"files": [{
"includePattern": "build/package/(loot_api_python-.+\\.tar.xz)",
"uploadPattern": "$1"
}],
"publish": true
}