Skip to content

Commit

Permalink
Fixed travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
smarie committed Oct 17, 2017
1 parent 8b9f9fa commit d3f9642
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ env:
QT_DIR=$TRAVIS_BUILD_DIR/Qt$QT_VER
PYQT_VER=5.6
PYQT_DIR=$TRAVIS_BUILD_DIR/PyQt$PYQT_VER-with_src
PYQT_DIST_DIR=$TRAVIS_BUILD_DIR/PyQt5 # This folder should have the same same than the python package
PYQT_DIST_DIR=$TRAVIS_BUILD_DIR/PyQt5
CACHE_NAME=Qt5.6.3-PyQt5.6
# Note: PYQT_DIST_DIR folder should have the same name than the python package
# - QT_VER=5.9.2 PYQT_VER=5.9 CACHE_NAME=Qt5.9.2-PyQt5.9 >> 5.9 does not work
global:
- GH_REF: [email protected]:smarie/PyQt5-minimal.git
Expand Down

0 comments on commit d3f9642

Please sign in to comment.