Commit 2bd13e894ba863a6179cf59e48f24e9d52979266
1 parent
f64351be
fix for windows CI
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.travis.yml
@@ -12,4 +12,4 @@ matrix: | @@ -12,4 +12,4 @@ matrix: | ||
12 | language: shell | 12 | language: shell |
13 | before_install: choco install python | 13 | before_install: choco install python |
14 | env: PATH=/c/Python37:/c/Python37/Scripts:$PATH | 14 | env: PATH=/c/Python37:/c/Python37/Scripts:$PATH |
15 | -script: pytest | ||
16 | \ No newline at end of file | 15 | \ No newline at end of file |
16 | +script: py.test | ||
17 | \ No newline at end of file | 17 | \ No newline at end of file |