language: python python: - "2.7.15" - "3.6.6" - "3.7-dev" os: osx osx_image: xcode9.3 git: depth: false install: - pip install . script: - "python setup.py test"