language: python python: - "2.6" - "2.7" - "3.2" install: pip install pep8 script: - pep8 --ignore E111 *.py || echo "Done" - nosetests