removed 'package-name' as per #102

This commit is contained in:
corey.d.mccarty
2018-11-05 11:16:42 -05:00
parent 696866bfe1
commit 8dd71189b2
4 changed files with 3 additions and 12 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ from glob import glob
from .util import prepare_command, get_build_verbosity_extra_flags
def build(project_dir, package_name, output_dir, test_command, test_requires, before_build, build_verbosity, build_selector, environment):
def build(project_dir, output_dir, test_command, test_requires, before_build, build_verbosity, build_selector, environment):
# run_with_env is a cmd file that sets the right environment variables to
run_with_env = os.path.join(tempfile.gettempdir(), 'appveyor_run_with_env.cmd')
if not os.path.exists(run_with_env):