From 335100f43a3f71b2892b8e677b3a0a2b09f75772 Mon Sep 17 00:00:00 2001 From: sshwsfc Date: Thu, 11 Sep 2014 17:01:19 +0800 Subject: [PATCH] Only test with python2.7 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7c6253129..192721392 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - "2.7" - - "2.6" install: "pip install -r requirements.txt --use-mirrors" script: "cd tests/ && python runtests.py" \ No newline at end of file