mirror of
https://github.com/laurivosandi/certidude
synced 2025-09-06 05:41:04 +00:00
Add sudo for Travis' apt-get
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user