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 78cdc34 commit 729321bCopy full SHA for 729321b
Dockerfile.tmpl
@@ -1,4 +1,4 @@
1
-FROM postgres:${PG_VERSION}-alpine
+FROM postgres:${PG_VERSION}-alpine3.14
2
3
ENV PYTHON=python${PYTHON_VERSION}
4
RUN if [ "${PYTHON_VERSION}" = "2" ] ; then \
run_tests.sh
@@ -28,7 +28,7 @@ $PIP install coverage flake8 psutil Sphinx sphinxcontrib-napoleon
28
export PYTHONPATH=$(pwd)
29
$PIP install .
30
# test code quality
31
-flake8 --ignore=F401,E501,F403 .
+flake8 .
32
33
34
# remove existing coverage file
0 commit comments