sudo: false language: python python: - "2.7" - "3.5" branches: only: - master install: - python setup.py install script: - python setup.py test