summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2014-06-20 09:29:34 -0700
committerCorey Farwell <coreyf@rwell.org>2014-06-20 09:29:34 -0700
commit2a0a2884e8dbc4ac75ff6584b5fba87369c67f31 (patch)
tree6e880d19cf0d1eb287190d2d5f88426c5ffdb1aa /.travis.yml
parentde773eefcb3c1afe54a0c12d5bf9bd214ceaf404 (diff)
downloadoauthlib-2a0a2884e8dbc4ac75ff6584b5fba87369c67f31.tar.gz
Enable automated testing with Python 3.4
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5504479..8d9c572 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ python:
- "2.7"
- "3.2"
- "3.3"
+ - "3.4"
- "pypy"
install: