diff --git a/tests/test_all_pip.py b/tests/test_all_pip.py index a50f414e0..3c4dd7875 100644 --- a/tests/test_all_pip.py +++ b/tests/test_all_pip.py @@ -45,7 +45,7 @@ def test_packages(output, pending_fn): assert not code, "virtualenv failed" print 'Trying installation of %s' % dest_dir code = subprocess.call([os.path.join(dest_dir, 'bin', 'python'), - pip_fn, package]) + pip_fn, 'install', package]) if code: print 'Installation of %s failed' % package print 'Now checking easy_install...'