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"