try and build off buster

This commit is contained in:
Miguel Jacq 2018-10-18 16:57:05 +11:00
parent f1bf8966a0
commit 72e684c166
No known key found for this signature in database
GPG Key ID: EEA4341C6D97A0B6

View File

@ -8,7 +8,7 @@ jobs:
docker: docker:
# specify the version you desire here # specify the version you desire here
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers` # use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
- image: circleci/python:3.6.6 - image: debian/buster
working_directory: ~/repo working_directory: ~/repo
@ -18,7 +18,7 @@ jobs:
- run: - run:
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 python3-pip
sudo pip3 install -r install/requirements.txt sudo pip3 install -r install/requirements.txt
sudo pip3 install -r install/requirements-tests.txt sudo pip3 install -r install/requirements-tests.txt
sudo pip3 install pytest-cov flake8 sudo pip3 install pytest-cov flake8