Add a buildbot dir for jammy, running only py310 env
This commit is contained in:
parent
d1ad273037
commit
05253a574b
|
@ -11,3 +11,5 @@ RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
|||
language-pack-en qt5dxcb-plugin tor xvfb
|
||||
|
||||
RUN python3.9 -m pip install --upgrade pip tox virtualenv
|
||||
|
||||
ADD . .
|
||||
|
|
12
.buildbot/tox-jammy/Dockerfile
Normal file
12
.buildbot/tox-jammy/Dockerfile
Normal file
|
@ -0,0 +1,12 @@
|
|||
FROM ubuntu:jammy
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt-get update
|
||||
|
||||
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
||||
software-properties-common build-essential libcap-dev libffi-dev \
|
||||
libssl-dev python-all-dev python-is-python3 python-setuptools \
|
||||
python3-dev python3-pip language-pack-en qt5dxcb-plugin tor xvfb
|
||||
|
||||
RUN pip install tox
|
4
.buildbot/tox-jammy/test.sh
Executable file
4
.buildbot/tox-jammy/test.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
tox -e lint-basic # || exit 1
|
||||
tox -e py310
|
Reference in New Issue
Block a user