summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2014-06-23 12:12:13 -0700
committerKenneth Reitz <me@kennethreitz.org>2014-06-23 12:12:13 -0700
commit5cdd8f7e4c8d8ac2adbc1639cbd1a83c3071f738 (patch)
tree6e880d19cf0d1eb287190d2d5f88426c5ffdb1aa
parentde773eefcb3c1afe54a0c12d5bf9bd214ceaf404 (diff)
parent2a0a2884e8dbc4ac75ff6584b5fba87369c67f31 (diff)
downloadoauthlib-5cdd8f7e4c8d8ac2adbc1639cbd1a83c3071f738.tar.gz
Merge pull request #255 from frewsxcv/patch-1
Enable automated testing with Python 3.4
-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: