aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick <pn.appdev@gmail.com>2015-01-04 17:20:55 -0500
committerPatrick <pn.appdev@gmail.com>2015-01-04 17:20:55 -0500
commitf92e5fc45f0664c1d4acbd2e73320851d6d8f73c (patch)
treeb043a02c29d93cd58de7e6037214bb57165ac1e7
parent6663d62cca52bd9a2a93f4909a8d99343b950fd2 (diff)
downloadtimeout-decorator-f92e5fc45f0664c1d4acbd2e73320851d6d8f73c.tar.gz
attempting auto-deploy again
-rw-r--r--.travis.yml18
1 files changed, 7 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index 37cf38e..da6441b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,20 +1,16 @@
language: python
python:
- - "2.6"
- - "2.7"
- - "3.2"
- - "3.3"
- - "3.4"
-# command to install dependencies
-install: "pip install -r requirements"
-
-# command to run tests
+- '2.6'
+- '2.7'
+- '3.2'
+- '3.3'
+- '3.4'
+install: pip install -r requirements
script: nosetests
-
deploy:
provider: pypi
user: png
password:
- secure: eBbfhZIiQy9bdQM7JbkLHNgZcUQ5wBwgDtQzcmaPOfOH+0RcAvaMzevVmW9l+lYhnO9aqjc5y/23ok11LzqxbQG/qbU5e75GB66zeLOXKk0ftm8kZTIXnjBj/fJeAGLJ78QW3d/27SlC7iAwFNE5dSeRNYb3ZUg/WkfYG1a/sBA=
+ secure: ZXoq3kgfu+IICjhhmQZr0s0xE6bvWzH04GjdE/VL4BxdDdGI4fHEwudGEjzLXJbt2d09vNOO67Nqam+MwPWtq+WZEP69g/Fhyy4kbkuUl/CMeqashQzU/N+3lwv97Y2qvzTUwDnSoz4zyBFu67SSrovKruFsYaiH00bwvWcvLa0=
on:
python: 3.4