summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2014-04-30 07:58:27 -0700
committerBob Ippolito <bob@redivi.com>2014-04-30 07:58:27 -0700
commit080376336e79d712ba56ba76ad00047b0023d13b (patch)
treea8cd44cc266a09ee698d50c1fb4ba305239153eb
parent6175d2919e8a24260cfce3c489ba7d0a0bdb8e84 (diff)
parent581555900bbf693ae0e05c637ceb09f3f7390d49 (diff)
downloadsimplejson-080376336e79d712ba56ba76ad00047b0023d13b.tar.gz
Merge pull request #94 from hugovk/patch-1
Travis CI now has Python 3.4
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f5d5bdc..71fcb13 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ python:
- "2.6"
- "2.7"
- "3.3"
+ - "3.4"
- "pypy"
script:
- python setup.py build_ext -i