Skip to content

Commit

Permalink
[nomerge] test with dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Jan 27, 2020
1 parent ebed764 commit 9b65b59
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 @@ -7,6 +7,8 @@ if [[ $TRAVIS_PYTHON_VERSION == 3.4 ]]; then pip install pandas==0.20.3; fi

pip install numba==0.41.0 llvmlite==0.26.0

pip install git+https://github.com/biolab/orange-widget-base.git@master

# 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 @@ -17,7 +17,7 @@ environment:
PIP_DISABLE_PIP_VERSION_CHECK: 1
BUILD_ENV: wheel==0.29.0 pip~=19.0
# 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 scikit-learn pandas==0.21.1 "pymssql<3.0"
TEST_ENV: sip==4.19.6 PyQt5==5.9.2 numpy>=1.16.0 scipy scikit-learn pandas==0.21.1 "pymssql<3.0" "git+https://github.com/biolab/orange-widget-base.git@master"
ORANGE_TEST_DB_URI: 'mssql://sa:Password12!@localhost:1433'

matrix:
Expand Down

0 comments on commit 9b65b59

Please sign in to comment.