From 413029c5ae23e05b91486908fa5f54dcbdd78e96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Thu, 13 Apr 2017 20:55:46 +0000 Subject: [PATCH] Fix Travis for Ubuntu 14.04 --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b4a9bab..200a15f 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 + - pip install codecov pytest-cov click ipaddress humanize script: - py.test --cov-report xml --cov=certidude tests/ cache: @@ -24,7 +24,4 @@ addons: - python-falcon - python-markdown - python-jinja2 - - python-click - python-configparser - - python-ipaddress - - python-humanize