summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2013-04-13 23:05:55 +0200
committerStefan Kögl <stefan@skoegl.net>2013-04-13 23:05:55 +0200
commit5cabe7bc576334962034a19e4bd7aab885292094 (patch)
tree35e8e4dafe6a6b6786b8f21aff9da48fde6cfeb7
parent31908848f394be98f0e63d296f68107df89346bc (diff)
downloadpython-json-patch-5cabe7bc576334962034a19e4bd7aab885292094.tar.gz
add support for Python 3.3 and PyPy
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b692978..15b2a4a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,8 @@ python:
- "2.6"
- "2.7"
- "3.2"
+ - "3.3"
+ - "pypy"
# command to install dependencies
install: pip install -r requirements.txt
# command to run tests