Commit 2bd13e894ba863a6179cf59e48f24e9d52979266

Authored by Anthex
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 12 language: shell
13 13 before_install: choco install python
14 14 env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
15   -script: pytest
16 15 \ No newline at end of file
  16 +script: py.test
17 17 \ No newline at end of file
... ...