Mac/Windows stubs and test case for environment inheritance

This commit is contained in:
Joe Rickerby
2017-08-14 21:07:08 +01:00
parent 6aba5f81f1
commit 573098f38f
4 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"CIBW_ENVIRONMENT": "CIBW_TEST_VAR=\"a b c\" CIBW_TEST_VAR_2=1"
"CIBW_ENVIRONMENT": "CIBW_TEST_VAR=\"a b c\" CIBW_TEST_VAR_2=1 PATH=$PATH:/opt/cibw_test_path"
}