fix usage of pip instead of apt-get

This commit is contained in:
Damien Elmes 2019-12-18 15:09:05 +10:00
parent 8a11745916
commit 9c05ca8429

View File

@ -3,11 +3,10 @@ language: python
os: linux
install:
- sudo apt-get update
- sudo apt-get install portaudio19-dev
- sudo apt-get install portaudio19-dev npm
- pip install -r requirements.txt
- pip install -r requirements.dev
- pip install pyqt5 pyqtwebengine
- pip install npm
- (cd ts && npm i)
jobs: