This commit is contained in:
Miguel Jacq 2018-10-17 17:15:13 +11:00
parent 68bff3fd50
commit 0d48d2a354
No known key found for this signature in database
GPG Key ID: EEA4341C6D97A0B6

View File

@ -22,9 +22,9 @@ jobs:
name: install dependencies name: install dependencies
command: | command: |
sudo apt-get update && sudo apt-get install python3-pyqt5 sudo apt-get update && sudo apt-get install python3-pyqt5
pip3 install -r install/requirements.txt sudo pip3 install -r install/requirements.txt
pip3 install -r install/requirements-tests.txt sudo pip3 install -r install/requirements-tests.txt
pip3 install pytest-cov flake8 sudo pip3 install pytest-cov flake8
# run tests! # run tests!
- run: - run: