summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSridhar Ratnakumar <happyandharmless@icloud.com>2014-08-17 11:47:23 -0700
committerSridhar Ratnakumar <happyandharmless@icloud.com>2014-08-17 11:47:23 -0700
commit83ae93d497810d966bc792dc0f4d95f96204d31c (patch)
treedfd38afd362eca9a92d2cc9ba9274c2a40f62d30
parent2e444fba5016f832b97fbdd477060bbbc0ba9ada (diff)
parenta3aad9d9b78aba4a1c782accbf29730e9999c89c (diff)
downloadappdirs-83ae93d497810d966bc792dc0f4d95f96204d31c.tar.gz
Merge pull request #46 from graingert/patch-2
Add py34 to travis
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 98b9a4a..2fa38f9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,4 +5,5 @@ python:
- "pypy"
- "3.2"
- "3.3"
+ - "3.4"
script: python setup.py test