From 1a33d47c9a464a1b0c74d9ee8a01a9b136a9066d Mon Sep 17 00:00:00 2001 From: Daniel Seiller Date: Fri, 20 Sep 2019 18:00:05 +0200 Subject: [PATCH] chore: update appveyor.yml --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 7099c96..250511f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -17,7 +17,7 @@ install: before_build: - if defined VCVARS call "%VCVARS%" %VCVARSARG% - - C:\Miniconda3\Miniconda3\Library\bin\conda.bat activate + - C:\Miniconda3\Library\bin\conda.bat activate test_script: - tox \ No newline at end of file