We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092590f commit 3efa0a7Copy full SHA for 3efa0a7
.travis.yml
@@ -23,8 +23,8 @@ before_install:
23
install:
24
- sudo apt-get install -qq python-qt4 --fix-missing
25
- sudo apt-get install -qq python3-pyqt4 --fix-missing
26
- - pip install --quiet git+https://github.com/pyQode/pyqode.qt.git@dev
27
- - pip install --quiet git+https://github.com/pyQode/pyqode.core.git@dev
+ - pip install --quiet git+https://github.com/pyQode/pyqode.qt.git
+ - pip install --quiet git+https://github.com/pyQode/pyqode.core.git
28
script:
29
- pip install --quiet .
30
- if [ $QT_API ]; then
0 commit comments