BLD: Swap conda build args to check CI label/channel first

BLD: Change url to just channel/label path
This commit is contained in:
Freddie Vargus
2017-05-24 17:28:20 -04:00
committed by Freddie Vargus
parent d760a84468
commit a5ec24e006
+2 -2
View File
@@ -31,8 +31,8 @@ def main(env, do_upload):
"--python", env['CONDA_PY'], "--python", env['CONDA_PY'],
"--numpy", env['CONDA_NPY'], "--numpy", env['CONDA_NPY'],
"--skip-existing", "--skip-existing",
"-c", "quantopian", "-c", "quantopian/label/ci",
"-c", "https://conda.anaconda.org/quantopian/label/ci"] "-c", "quantopian"]
output = None output = None