language: python python: - "2.7" - "pypy" install: pip install . --use-mirrors && pip install pep8 pyflakes script: make test