mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-22 08:15:18 +00:00
Use falcon from pip instead of apt for Travis
This commit is contained in:
parent
0498f959b3
commit
b0f593dae3
@ -10,7 +10,7 @@ virtualenv:
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install --editable .
|
||||
- pip install codecov pytest-cov click ipaddress humanize
|
||||
- pip install codecov pytest-cov click ipaddress humanize falcon
|
||||
script:
|
||||
- py.test --cov-report xml --cov=certidude tests/
|
||||
cache:
|
||||
@ -21,7 +21,6 @@ addons:
|
||||
packages:
|
||||
- python-xattr
|
||||
- python-setproctitle
|
||||
- python-falcon
|
||||
- python-markdown
|
||||
- python-jinja2
|
||||
- python-configparser
|
||||
|
Loading…
Reference in New Issue
Block a user