sudo: false language: python python: - "3.5" - "3.6" install: - python setup.py develop - pip install -e ."[test]" script: - pytest --cov=hapic tests after_success: - coveralls