language: python python: - "3.6" - "3.5" - "2.7" script: - "python setup.py test" install: - "pip install setuptools"