aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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