Skip to content

Commit

Permalink
Add tests for Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiasd committed Aug 12, 2022
1 parent 2e39bfc commit 7bfe518
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,12 @@ services:
- .:/undictify
working_dir: /undictify
entrypoint: ./test/install_from_local_and_run_code_checks.sh

unit-tests-3-10:
build:
context: .
dockerfile: test/Dockerfile_3.10
volumes:
- .:/undictify
working_dir: /undictify
entrypoint: ./test/install_from_local_and_run_code_checks.sh
4 changes: 4 additions & 0 deletions test/Dockerfile_3.10
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM python:3.10

RUN pip3 install --upgrade pip
RUN pip3 install pylint mypy

0 comments on commit 7bfe518

Please sign in to comment.