diff --git a/scripts/dev/ci_install.py b/scripts/dev/ci_install.py index 5b13f7615..3a48eb0fd 100644 --- a/scripts/dev/ci_install.py +++ b/scripts/dev/ci_install.py @@ -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)