mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-22 16:25:17 +00:00
Fix Travis for Ubuntu 14.04
This commit is contained in:
parent
02b2f041cc
commit
413029c5ae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user