From 5e946a460ee47ba25a24323d2edb60fbca464c7b Mon Sep 17 00:00:00 2001 From: Ales Erjavec Date: Fri, 4 Oct 2019 12:06:27 +0200 Subject: [PATCH] [nomerge] ci test with dev --- .travis/install_orange.sh | 2 ++ appveyor.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis/install_orange.sh b/.travis/install_orange.sh index 25180a39a17..562a4fe745a 100644 --- a/.travis/install_orange.sh +++ b/.travis/install_orange.sh @@ -10,6 +10,8 @@ pip install numba==0.41.0 llvmlite==0.26.0 # PyQt >= 5.12 distributes WebEngine separately pip install pyqtwebengine +pip install git+https://github.com/ales-erjavec/orange-canvas-core.git@channel-invalidate git+https://github.com/ales-erjavec/orange-widget-base.git@output-invalidate + # Install dependencies sequentially cat requirements-core.txt \ requirements-gui.txt \ diff --git a/appveyor.yml b/appveyor.yml index 45ca655d6a5..676312af615 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,7 +20,7 @@ environment: BUILD_GLOBAL_OPTIONS: build -j1 BUILD_ENV: wheel==0.29.0 pip==9.0.1 numpy==1.13.* -r requirements-doc.txt # SIP 4.19.4+ with PyQt5==5.9.1+ segfault our tests (GH-2756) - TEST_ENV: sip==4.19.6 PyQt5==5.9.2 numpy>=1.16.0 scipy~=1.0.0 scikit-learn pandas==0.21.1 pymssql + TEST_ENV: sip==4.19.6 PyQt5==5.9.2 numpy>=1.16.0 scipy~=1.0.0 scikit-learn pandas==0.21.1 pymssql git+https://github.com/ales-erjavec/orange-canvas-core.git@channel-invalidate git+https://github.com/ales-erjavec/orange-widget-base.git@output-invalidate ORANGE_TEST_DB_URI: 'mssql://sa:Password12!@localhost:1433' matrix: