Files
cibuildwheel/test/03_before_build/environment.json
T

4 lines
117 B
JSON
Raw Normal View History

{
2017-04-10 22:12:26 +01:00
"CIBW_BEFORE_BUILD": "echo $PATH && {python} -c \"import sys; open('version.txt', 'w').write(sys.version)\""
}