From 8f7f6242ce0cf71416a0436c84fdf3ba70237a3d Mon Sep 17 00:00:00 2001 From: Anthony Johnson Date: Thu, 25 Feb 2016 11:36:14 -0800 Subject: [PATCH] Right location --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 847bcd2..05f99ee 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,5 +8,5 @@ install: - "%PYTHON%/Scripts/pip.exe --version" - "%PYTHON%/Scripts/pip.exe install tox" test_script: - - "git clone https://github.com/aspnet/Identity %APPVEYOR_BUILD_FOLDER%/example/Identity" + - "git clone https://github.com/aspnet/Identity %APPVEYOR_BUILD_FOLDER%/tests/dotnetexample/example/Identity" - "%PYTHON%/Scripts/tox.exe -e py27"