sudo: false language: python python: - 2.7 - 3.4 - 3.5 - 3.6 install: - pip install coverage - pip install coveralls - pip install -r requirements-dev.txt script: - coverage run --source=httprunner -m unittest discover after_success: - coveralls