From 8a7f5497bbab4e0543b4690af31e43a14a78ccf3 Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Sun, 21 Oct 2018 20:59:17 +0900 Subject: [PATCH] update appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d00dfbd7..e1ba1d92 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,5 +12,5 @@ install: - "%PYTHON%/Scripts/pip.exe install matplotlib" test_script: - - "%PYTHON%\python.exe -m unittest discover C:/projects/pythonrobotics/tests" + - "%PYTHON%/python.exe -m unittest discover C:/projects/pythonrobotics/tests"