From 67b1e6b436c4ff4001ae6950b21ccfc7b6d30df5 Mon Sep 17 00:00:00 2001 From: Richard Frank Date: Thu, 3 Mar 2016 11:23:31 -0500 Subject: [PATCH] BLD: Stay in build dir to find tests --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a916e07d..90387aed 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -110,9 +110,8 @@ install: # this uses git requirements right now - cmd: pip install -r etc/requirements_blaze.txt - cmd: pip install -e .[talib] + - cmd: pip freeze | sort test_script: - - cd \ - - pip freeze | sort - nosetests tests/ - flake8 zipline tests