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