Skip to content

Commit

Permalink
[nomerge] test with fixes/pyqt-pyowned-del
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed May 1, 2020
1 parent 8611330 commit ad994b6
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -5,6 +5,8 @@ foldable pip install -U setuptools pip codecov

if [[ $TRAVIS_PYTHON_VERSION == 3.4 ]]; then pip install pandas==0.20.3; fi

pip install git+https://github.com/ales-erjavec/orange-widget-base.git@fixes/pyqt-pyowned-del

pip install numba==0.41.0 llvmlite==0.26.0

# Install dependencies sequentially
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/ales-erjavec/orange-widget-base.git@fixes/pyqt-pyowned-del
ORANGE_TEST_DB_URI: 'mssql://sa:Password12!@localhost:1433'

matrix:
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ setenv =
deps =
pyqt5==5.13.*
pyqtwebengine==5.12.*
git+git://github.com/biolab/orange-widget-base.git#egg=orange-widget-base
commands_pre =
# Verify installed packages have compatible dependencies
pip check
Expand Down

0 comments on commit ad994b6

Please sign in to comment.