File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ foldable pip install -U setuptools pip codecov
55
66if [[ $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
1111cat requirements-core.txt \
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ setenv =
2626deps =
2727 pyqt5 ==5.13.*
2828 pyqtwebengine ==5.12.*
29+ git+https://github.com/ales-erjavec/orange-widget-base.git@explicit-close-signal
2930commands_pre =
3031 # Verify installed packages have compatible dependencies
3132 pip check
You can’t perform that action at this time.
0 commit comments