sudo: false language: python dist: trusty python: - "2.7" after_success: - codecov virtualenv: system_site_packages: true install: - pip install -r requirements.txt - pip install --editable . - pip install codecov pytest-cov click ipaddress humanize falcon script: - py.test --cov-report xml --cov=certidude tests/ cache: directories: - $HOME/.cache/pip addons: apt: packages: - python-xattr - python-setproctitle - python-markdown - python-jinja2 - python-configparser - python-pyasn1 - python-openssl