language: python python: - "2.7" - "3.5" install: true script: - bash ./run-coveralls.sh env: - if [[$TRAVIS_PYTHON_VERSION = "2.7"]]; then PY_EXE=python2.7; else PY_EXE=python3.5; fi after_success: - coveralls