From f3c583359d0d972e9e5d86d12346cd0822cdefcc Mon Sep 17 00:00:00 2001 From: hugovk Date: Sun, 2 Mar 2014 12:04:44 +0200 Subject: [PATCH] Remove 2.6 and 3.2, keep 2.7 and 3.3. At least assertGreater() and some others are new in 2.7. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index edbb8e8..0a85fbb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: python python: -- '2.6' - '2.7' -- '3.2' - '3.3' install: pip install -r requirements.txt script: ./test_pylast.py