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