1
0
mirror of https://github.com/laurivosandi/certidude synced 2024-12-22 08:15:18 +00:00

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

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