language: python sudo: false python: - 2.6 - 2.7 - 3.2 - 3.3 - 3.4 - 3.5 - 3.6 - 3.7-dev install: python setup.py build_ext -i script: python run-tests.py