From 59f554c4e635d085616ba54982e07e156725745b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Marti=CC=81n?= Date: Fri, 15 Mar 2013 16:27:46 +0100 Subject: [PATCH] [travis] Final. Promise. --- .travis.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8b84169..2f90aee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,18 +1,5 @@ language: python python: - - "2.5" - - "2.6" - "2.7" - "3.2" -install: - - pip install pep8 --use-mirrors - - pip install https://github.com/dcramer/pyflakes/tarball/master -before_script: - - "echo ----------------------- PEP8" - - "echo --- datCrawl" - - "pep8 --ignore=E501,E225 datCrawl/" - - "echo --- tests" - - "pep8 --ignore=E501,E225 test/" - - "echo ------------------- PYFLAKES" - - pyflakes -x W datCrawl script: "python -m unittest discover"