aboutsummaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2018-10-18 16:57:05 +1100
committerMiguel Jacq <mig@mig5.net>2018-10-18 16:57:05 +1100
commit72e684c166422cbe44445b684aa9961aa3ee77e8 (patch)
treeae4350e8957a842557d09de9ee1bc24b9b4d546b /.circleci
parentf1bf8966a00ba6b62eb9b0c22205a38dbf13399d (diff)
downloadonionshare-72e684c166422cbe44445b684aa9961aa3ee77e8.tar.gz
onionshare-72e684c166422cbe44445b684aa9961aa3ee77e8.zip
try and build off buster
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 23bf4806..4ad43577 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -8,7 +8,7 @@ jobs:
docker:
# specify the version you desire here
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
- - image: circleci/python:3.6.6
+ - image: debian/buster
working_directory: ~/repo
@@ -18,7 +18,7 @@ jobs:
- run:
name: install dependencies
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-tests.txt
sudo pip3 install pytest-cov flake8