From ad406437243c4a28a4fd2e66c003481155a810e5 Mon Sep 17 00:00:00 2001 From: nanoric Date: Thu, 18 Apr 2019 00:44:49 -0400 Subject: [PATCH] [Fix] use install.bat in appveyor.yml --- appveyor.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 437edefc..6aca2e3a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -47,9 +47,7 @@ for: - configuration: pip build_script: - pip install psycopg2 mongoengine pymysql # we should support all database in test environment - - pip install https://pip.vnpy.com/colletion/TA_Lib-0.4.17-cp37-cp37m-win_amd64.whl - - pip install https://pip.vnpy.com/colletion/ibapi-9.75.1-001-py3-none-any.whl - - pip install -r requirements.txt + - call install.bat - pip install . - matrix: