Skip to content

Commit

Permalink
[nomerge] ci test with dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Oct 25, 2019
1 parent a26daf6 commit e66c2b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis/install_orange.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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-widget-base.git@output-invalidate

# Install dependencies sequentially
cat requirements-core.txt \
requirements-gui.txt \
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-widget-base.git@output-invalidate
ORANGE_TEST_DB_URI: 'mssql://sa:Password12!@localhost:1433'

matrix:
Expand Down

0 comments on commit e66c2b7

Please sign in to comment.