From 99e0edd3a1e6974ec748d4f36b836eca31feb2a9 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 18 Mar 2012 15:13:08 -0700 Subject: [PATCH] Travis CI: only 2.7 until tests fixed; plugin deps --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c7ff4f280..5193a680d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ language: python python: - - "2.5" - - "2.6" - "2.7" install: - pip install . --use-mirrors + - pip install pylast flask --use-mirrors script: nosetests