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:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install --editable .
|
- pip install --editable .
|
||||||
- pip install codecov pytest-cov
|
- pip install codecov pytest-cov click ipaddress humanize
|
||||||
script:
|
script:
|
||||||
- py.test --cov-report xml --cov=certidude tests/
|
- py.test --cov-report xml --cov=certidude tests/
|
||||||
cache:
|
cache:
|
||||||
@ -24,7 +24,4 @@ addons:
|
|||||||
- python-falcon
|
- python-falcon
|
||||||
- python-markdown
|
- python-markdown
|
||||||
- python-jinja2
|
- python-jinja2
|
||||||
- python-click
|
|
||||||
- python-configparser
|
- python-configparser
|
||||||
- python-ipaddress
|
|
||||||
- python-humanize
|
|
||||||
|
Loading…
Reference in New Issue
Block a user