language: python python: - "3.5" - "pypy" install: - pip install -r requirements.txt script: python -m unittest discover