From e898fd9397c422f35049fc17384276c5d232ca3b Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Sun, 21 Oct 2018 20:58:22 +0900 Subject: [PATCH] update appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e9e581e1..d00dfbd7 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"