From 75255d2e473943982c387dd63660d443020970d0 Mon Sep 17 00:00:00 2001 From: "Meredith L. Patterson" Date: Tue, 26 Nov 2013 15:55:23 -0800 Subject: [PATCH] SCons doesn't support Python 3! So 2.7 only it is. Oh well. --- .travis.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8717876..8c5af52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,22 +6,6 @@ env: - BINDINGS=none matrix: include: - - compiler: gcc - language: python - python: 3.3 - env: BINDINGS=python - - compiler: clang - language: python - python: 3.3 - env: BINDINGS=python - - compiler: gcc - language: python - python: 3.2 - env: BINDINGS=python - - compiler: clang - language: python - python: 3.2 - env: BINDINGS=python - compiler: gcc language: python python: 2.7