Expand test matrix to include Python 3.4 and pypy3
authorRobert Collins <robertc@robertcollins.net>
Sat, 15 Nov 2014 09:10:41 +0000 (22:10 +1300)
committerRobert Collins <robertc@robertcollins.net>
Sat, 15 Nov 2014 09:10:41 +0000 (22:10 +1300)
Change-Id: I607530d8fc1846acbe7d0150fddac166e79a0910

.travis.yml

index 18363284176fa3bc2031b4dbe3a9abc69c70fbeb..3b21bee32f9a9c09978443f7405959046d421ac1 100644 (file)
@@ -4,7 +4,9 @@ python:
   - "2.6"
   - "2.7"
   - "3.3"
+  - "3.4"
   - "pypy"
+  - "pypy3"
 
 # We have to pin Jinja2 < 2.7  for Python 3.2 because 2.7 drops/breaks support:
 # http://jinja.pocoo.org/docs/changelog/#version-2-7