Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 729321b

Browse files
committed
Fix travis by archive apline (coverage + sphynx-napoleon don't work with python3.10)
1 parent 78cdc34 commit 729321b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM postgres:${PG_VERSION}-alpine
1+
FROM postgres:${PG_VERSION}-alpine3.14
22

33
ENV PYTHON=python${PYTHON_VERSION}
44
RUN if [ "${PYTHON_VERSION}" = "2" ] ; then \

run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $PIP install coverage flake8 psutil Sphinx sphinxcontrib-napoleon
2828
export PYTHONPATH=$(pwd)
2929
$PIP install .
3030
# test code quality
31-
flake8 --ignore=F401,E501,F403 .
31+
flake8 .
3232

3333

3434
# remove existing coverage file

0 commit comments

Comments
 (0)