language: python python: - "2.7" - "3.6" - "3.7-dev" os: osx git: depth: false install: - pip install . script: - "python setup.py test"