diff options
author | Stefan Kögl <stefan@skoegl.net> | 2013-04-13 18:40:01 +0200 |
---|---|---|
committer | Stefan Kögl <stefan@skoegl.net> | 2013-04-13 18:40:01 +0200 |
commit | b6a86af812268782c201c037b90c378aeea6ccf4 (patch) | |
tree | 12cbd4ed94768b5bf02da07c2092922d445162c0 /.travis.yml | |
parent | ce5c9fd499886e293050a5de8901558073a325ab (diff) | |
download | python-json-pointer-b6a86af812268782c201c037b90c378aeea6ccf4.tar.gz |
also target Python 3.3 and PyPy
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 5c29eaf..efcdcf5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ python: - "2.6" - "2.7" - "3.2" + - "3.3" + - "pypy" # command to install dependencies install: pip install # command to run tests |