Skip to content

Commit f889680

Browse files
committed
[nomerge] test with dev
1 parent 6c823ba commit f889680

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis/install_orange.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ foldable pip install -U setuptools pip codecov
55

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

8-
pip install numba==0.41.0 llvmlite==0.26.0
8+
pip install numba==0.41.0 llvmlite==0.26.0 git+https://github.com/ales-erjavec/orange-widget-base.git@explicit-close-signal
99

1010
# Install dependencies sequentially
1111
cat requirements-core.txt \

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ environment:
1717
PIP_DISABLE_PIP_VERSION_CHECK: 1
1818
BUILD_ENV: wheel==0.29.0 pip~=19.0
1919
# SIP 4.19.4+ with PyQt5==5.9.1+ segfault our tests (GH-2756)
20-
TEST_ENV: sip==4.19.6 PyQt5==5.9.2 numpy>=1.16.0 scipy scikit-learn pandas==0.21.1 "pymssql<3.0"
20+
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@explicit-close-signal
2121
ORANGE_TEST_DB_URI: 'mssql://sa:Password12!@localhost:1433'
2222

2323
matrix:

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ setenv =
2626
deps =
2727
pyqt5==5.13.*
2828
pyqtwebengine==5.12.*
29+
git+https://github.com/ales-erjavec/orange-widget-base.git@explicit-close-signal
2930
commands_pre =
3031
# Verify installed packages have compatible dependencies
3132
pip check

0 commit comments

Comments
 (0)