1
0
mirror of https://github.com/laurivosandi/certidude synced 2024-12-22 16:25:17 +00:00

Add simplepam as dependency for Travis

This commit is contained in:
Lauri Võsandi 2017-04-25 21:53:02 +03:00
parent 15ae064f55
commit 9ff260c2ea

View File

@ -10,7 +10,7 @@ virtualenv:
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install --editable . - pip install --editable .
- pip install codecov pytest-cov click ipaddress humanize falcon - pip install codecov pytest-cov click ipaddress humanize falcon simplepam
script: script:
- py.test --cov-report xml --cov=certidude tests/ - py.test --cov-report xml --cov=certidude tests/
cache: cache: