aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick <pn.appdev@gmail.com>2015-01-04 16:59:46 -0500
committerPatrick <pn.appdev@gmail.com>2015-01-04 16:59:46 -0500
commite5a7a4458f1f8aa8c022eae00bdf81cde7233190 (patch)
tree217d730285c838f87692fdd8cc9e229de61a983b
parenta3243b662ca06688e10fabd8d12e515fb1ce6ae3 (diff)
downloadtimeout-decorator-e5a7a4458f1f8aa8c022eae00bdf81cde7233190.tar.gz
auto-deploy with travis
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1460d6e..37cf38e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,3 +10,11 @@ install: "pip install -r requirements"
# command to run tests
script: nosetests
+
+deploy:
+ provider: pypi
+ user: png
+ password:
+ secure: eBbfhZIiQy9bdQM7JbkLHNgZcUQ5wBwgDtQzcmaPOfOH+0RcAvaMzevVmW9l+lYhnO9aqjc5y/23ok11LzqxbQG/qbU5e75GB66zeLOXKk0ftm8kZTIXnjBj/fJeAGLJ78QW3d/27SlC7iAwFNE5dSeRNYb3ZUg/WkfYG1a/sBA=
+ on:
+ python: 3.4