From d49773eb5b7d50835abddf824fbd1606806166b4 Mon Sep 17 00:00:00 2001 From: sshwsfc Date: Fri, 11 Jan 2013 17:30:28 +0800 Subject: [PATCH] remove comment --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3dd6aa8ce..c420e94a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,5 @@ language: python python: - "2.7" - "3.2" -# command to install dependencies install: "pip install -r requirements.txt --use-mirrors" -# command to run tests script: nosetests \ No newline at end of file