mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-22 16:25:17 +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:
|
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
|
- pip install codecov pytest-cov click ipaddress humanize falcon
|
||||||
script:
|
script:
|
||||||
- py.test --cov-report xml --cov=certidude tests/
|
- py.test --cov-report xml --cov=certidude tests/
|
||||||
cache:
|
cache:
|
||||||
@ -21,7 +21,6 @@ addons:
|
|||||||
packages:
|
packages:
|
||||||
- python-xattr
|
- python-xattr
|
||||||
- python-setproctitle
|
- python-setproctitle
|
||||||
- python-falcon
|
|
||||||
- python-markdown
|
- python-markdown
|
||||||
- python-jinja2
|
- python-jinja2
|
||||||
- python-configparser
|
- python-configparser
|
||||||
|
Loading…
Reference in New Issue
Block a user