language: python sudo: false python: - "3.4" install: "pip install pep8 dirq" script: - ./pep8 - python -m unittest discover