Skip to content

Commit 6b38753

Browse files
committed
Update Travis build to install dmgbuild for Python3
1 parent 0511263 commit 6b38753

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ install:
4646
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then mkdir -p $HOME/Documents/Processing/libraries/ ;fi
4747
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then cp -a $TRAVIS_BUILD_DIR/OpenBCI_GUI/libraries/. $HOME/Documents/Processing/libraries/ ;fi
4848
# used to create .dmg
49-
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then pip install dmgbuild ;fi
49+
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then pip3 install dmgbuild ;fi
5050

5151
script:
5252
- cd $TRAVIS_BUILD_DIR

0 commit comments

Comments
 (0)