mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-23 00:25:18 +00:00
Add sudo for Travis' apt-get
This commit is contained in:
parent
3d32de8cad
commit
9afafea833
@ -8,7 +8,7 @@ after_success:
|
|||||||
virtualenv:
|
virtualenv:
|
||||||
system_site_packages: true
|
system_site_packages: true
|
||||||
before_install:
|
before_install:
|
||||||
- apt-get install -qq python-configparser python-cffi
|
- sudo apt-get install -qq python-configparser python-cffi
|
||||||
- pip install codecov pytest-cov
|
- pip install codecov pytest-cov
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user