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