language: python python: - "3.6" - "3.5" - "3.4" - "3.3" - "3.2" - "3.1" - "3.0" script: - "python3 setup.py test" install: - "pip3 install setuptools"