summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2012-11-11 10:47:04 +0100
committerStefan Kögl <stefan@skoegl.net>2012-11-11 10:47:04 +0100
commit831177a224c5223bb655e8d53a7b0b40f2dab723 (patch)
tree5b7cb7e26e508dc6a27866d1834e97685a99a1c9
parentfb73f44be369da41c66cf8c89999fcbd229d7c7e (diff)
downloadpython-json-pointer-831177a224c5223bb655e8d53a7b0b40f2dab723.tar.gz
remove currently unsupported Python 3.3 from .travis.yml
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8962867..6b5e255 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,6 @@ python:
- "2.6"
- "2.7"
- "3.2"
- - "3.3"
# command to install dependencies
install: pip install
# command to run tests