From 5a1349d0cb6a5c9ece00e27326394870e688426f Mon Sep 17 00:00:00 2001 From: Jason Paryani Date: Mon, 12 Aug 2013 17:35:20 -0700 Subject: [PATCH] Add even more languages to Travis CI --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index e518bb5..9ebc250 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,10 @@ language: python python: + - 2.6 - 2.7 - 3.2 + - 3.3 - pypy compiler: gcc @@ -22,8 +24,4 @@ before_install: install: - pip install --editable . -matrix: - allow_failures: - - python: pypy - script: true