language: python python: - "3.3" - "3.4" - "3.5" install: - pip install nose2 - pip install coveralls script: - nose2 --with-coverage after_success: coveralls