We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0181d commit 9121eebCopy full SHA for 9121eeb
appveyor.yml
@@ -68,7 +68,7 @@ install:
68
- "SET PATH=C:\\bin-override\\;%PATH%"
69
70
# FIXME: Created due to issue #51 (mypy issues on Appveyor)
71
- - "copy .\\scripts\\nop.bat C:\\bin-override\\mypy.bat"
+ - "copy .\\scripts\\nop.sh C:\\bin-override\\mypy"
72
73
# For debugging: Echo the path variable, one path per line
74
- ps: "$env:path.split(\";\")"
scripts/nop.bat renamed to scripts/nop.sh
@@ -1 +1,3 @@
1
+#!/bin/bash
2
+
3
echo "nop.bat was executed as a workaround for something"
0 commit comments