Check the path is okay on windows

This commit is contained in:
Joe Rickerby
2017-04-10 22:12:26 +01:00
parent 278661df77
commit 881cd66fae
+1 -1
View File
@@ -1,3 +1,3 @@
{
"CIBW_BEFORE_BUILD": "{python} -c \"import sys; open('version.txt', 'w').write(sys.version)\""
"CIBW_BEFORE_BUILD": "echo $PATH && {python} -c \"import sys; open('version.txt', 'w').write(sys.version)\""
}