Skip to content

Commit

Permalink
include "pip install PySide2"
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed Feb 4, 2020
1 parent 3733ebe commit 9569359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ install:
- python --version
- python -m pip install --upgrade pip
- python -m pip install --upgrade setuptools wheel
- python -m pip install PySide2
- python -c "from PySide2.QtWidgets import QApplication; QApplication([])"

build: off
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ install:
- python --version
- python -m pip install --upgrade pip
- python -m pip install --upgrade setuptools wheel
- python -m pip install PySide2
- python -c "from PySide2.QtWidgets import QApplication; QApplication([])"

script:
Expand Down

0 comments on commit 9569359

Please sign in to comment.