Use falcon from pip instead of apt for Travis

This commit is contained in:
Lauri Võsandi 2017-04-13 21:12:59 +00:00
parent 0498f959b3
commit b0f593dae3
1 changed files with 1 additions and 2 deletions

View File

@ -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