From b0f593dae32f762657ec244abc54a5ef85b56e8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Thu, 13 Apr 2017 21:12:59 +0000 Subject: [PATCH] Use falcon from pip instead of apt for Travis --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index aa897d5..0c6075c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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