Fix Travis for Ubuntu 14.04

This commit is contained in:
Lauri Võsandi 2017-04-13 20:55:46 +00:00
parent 02b2f041cc
commit 413029c5ae
1 changed files with 1 additions and 4 deletions

View File

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