From 14e5040c99fcff072b719658239edf714810dac0 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Sat, 8 Feb 2014 09:52:01 -0600 Subject: [PATCH] Only test using python 2.7 for right now --- .travis.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8781f38..e1d82d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,19 +1,11 @@ language: python python: - - 2.4 - - 2.5 - - 2.6 - 2.7 - - 3.0 - - 3.1 - - 3.2 - - 3.3 - - pypy install: - pip install . - - pip install --use-mirrors nose coverage pep8 pyflakes + - pip install pep8 pyflakes script: - pep8 --show-source speedtest_cli.py