From 100aa8d41744baec327d1bceab417a9becad69d4 Mon Sep 17 00:00:00 2001 From: nanoric Date: Mon, 15 Apr 2019 06:30:13 -0400 Subject: [PATCH] [Mod] use ps --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 1ee8bc46..e2f73236 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -60,6 +60,5 @@ for: - pip install dist/`ls dist` test_script: - - cd tests; - - python test_all.py + - ps: cd tests; python test_all.py