From 1813f083c9b5736b93ea3b79e3f1655882ed3611 Mon Sep 17 00:00:00 2001 From: sshwsfc Date: Fri, 11 Jan 2013 17:36:20 +0800 Subject: [PATCH] remove python 3.2 ci build. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c420e94a0..909403eea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - "2.7" - - "3.2" install: "pip install -r requirements.txt --use-mirrors" -script: nosetests \ No newline at end of file +#script: nosetests \ No newline at end of file