Fix lint.

This commit is contained in:
Florian Bruhin 2015-10-26 08:43:55 +01:00
parent 4e48e3d725
commit fc573963f4

View File

@ -48,7 +48,6 @@ if TESTENV in ['py34', 'py35']:
pip_packages.append('codecov')
def apt_get(args):
subprocess.check_call(['sudo', 'apt-get', '-y', '-q'] + args)