Make shell evals work and add tests for that

This commit is contained in:
Joe Rickerby
2017-09-02 22:09:32 +01:00
parent f64cb35d22
commit f56ddda157
4 changed files with 67 additions and 30 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"CIBW_ENVIRONMENT": "CIBW_TEST_VAR=\"a b c\" CIBW_TEST_VAR_2=1 PATH=$PATH:/opt/cibw_test_path"
"CIBW_ENVIRONMENT": "CIBW_TEST_VAR=\"a b c\" CIBW_TEST_VAR_2=1 CIBW_TEST_VAR_3=\"$(echo 'test string 3')\" PATH=$PATH:/opt/cibw_test_path "
}