From 2b2e777471ea5771827791a67ed1385ad76dda04 Mon Sep 17 00:00:00 2001 From: mpeterv Date: Thu, 26 Nov 2015 19:47:04 +0300 Subject: [PATCH] Fix .travis.yml --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index e3a64b4..6535490 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,18 +7,16 @@ cache: python: - "2.6" - "2.7" - - "3.0" + - "3.2" - "3.5" -before_install: +install: - pip install pyflakes - pip install pep8 -before_script: +script: - pyflakes . - pep8 . --max-line-length 99 --ignore E302 - -script: - python hererocks.py here -l 5.3 -r^ --downloads cache --builds cache - export PATH=$PATH:$PWD/here/bin - lua -v