Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit729321b

Browse files
committed
Fix travis by archive apline (coverage + sphynx-napoleon don't work with python3.10)
1 parent78cdc34 commit729321b

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)

[8]ページ先頭

©2009-2025 Movatter.jp