1
0
mirror of https://github.com/laurivosandi/certidude synced 2024-09-21 02:08:11 +00:00
certidude/.travis.yml

24 lines
408 B
YAML

sudo: false
language: python
dist: xenial
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 --cov-report xml --cov=certidude tests/
cache:
directories:
- $HOME/.cache/pip
addons:
apt:
packages:
- python-ldap
- python-xattr