mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-03 01:50:11 -05:00
try and build off buster
This commit is contained in:
parent
f1bf8966a0
commit
72e684c166
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user