We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d880a59 commit 734342dCopy full SHA for 734342d
docheck
@@ -40,6 +40,7 @@ case "${cmd}" in
40
(py2-11) py2_check py2-11 ;;
41
(py3-11) py3_check py3-11 ;;
42
(py2-12) py2_check py2-12 ;;
43
+(py3-12) py3_check py3-12 ;;
44
(test-in-docker)
45
# Actually, we only need only distinguish python-2.7 and python-3.3
46
# tests.
docker/py3-12/Dockerfile
@@ -0,0 +1,13 @@
1
+FROM postgres:12
2
+RUN apt-get update && apt-get install -y \
3
+ build-essential \
4
+ clang \
5
+ libpython3.7-dev \
6
+ python3.7-dev \
7
+ postgresql-client-12 \
8
+ postgresql-server-dev-12 \
9
+ python3-setuptools
10
+
11
+ENV PGUSER postgres
12
+ENV PYTHON_OVERRIDE python3.7
13
+ENV LC_ALL C.UTF-8
test-3.7
@@ -0,0 +1 @@
+test-3.3/
0 commit comments