language: python python: - "2.7" - "3.5" - "pypy-5.3.1" install: - pip install . script: ./runtests.sh