Skip to content

Commit 5e946a4

Browse files
committed
[nomerge] ci test with dev
1 parent 35de1f0 commit 5e946a4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis/install_orange.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ pip install numba==0.41.0 llvmlite==0.26.0
1010
# PyQt >= 5.12 distributes WebEngine separately
1111
pip install pyqtwebengine
1212

13+
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
14+
1315
# Install dependencies sequentially
1416
cat requirements-core.txt \
1517
requirements-gui.txt \

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ environment:
2020
BUILD_GLOBAL_OPTIONS: build -j1
2121
BUILD_ENV: wheel==0.29.0 pip==9.0.1 numpy==1.13.* -r requirements-doc.txt
2222
# SIP 4.19.4+ with PyQt5==5.9.1+ segfault our tests (GH-2756)
23-
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
23+
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
2424
ORANGE_TEST_DB_URI: 'mssql://sa:Password12!@localhost:1433'
2525

2626
matrix:

0 commit comments

Comments
 (0)