summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Holder <ray.holder+github@gmail.com>2014-06-26 13:32:46 -0500
committerRay Holder <ray.holder+github@gmail.com>2014-06-26 13:32:46 -0500
commit8cd01a05ba8079c10836bd418b3a051c59f3b639 (patch)
treec993aab23f8e5887345d977b8e359ab8cd61c3e4
parent52ebba0af2d1782e74524a90b0309a4b95b3581e (diff)
parent9e60bac40ade07b8d35989f0d45a444cbd7f2740 (diff)
downloadretrying-8cd01a05ba8079c10836bd418b3a051c59f3b639.tar.gz
Merge pull request #13 from saulshanabrook/patch-1
Add python 3.3 and 3.4 support
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b8ca6e8..fca311c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,8 @@ python:
- 2.6
- 2.7
- 3.2
+ - 3.3
+ - 3.4
- pypy
-script: python setup.py test \ No newline at end of file
+script: python setup.py test