certidude/.travis.yml

23 lines
400 B
YAML

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
script:
- py.test && py.test --cov-report xml --cov=certidude tests/
cache:
directories:
- $HOME/.cache/pip
addons:
apt:
packages:
- python-ldap