From 4a175499500d176c811eeb3aba29c9449f9e40b3 Mon Sep 17 00:00:00 2001 From: "Michael J. Sullivan" Date: Tue, 3 Aug 2021 13:58:42 -0700 Subject: Add in mypy tests --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7558539..f3e1be7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.5, 3.6, 3.7, 3.8, 3.9] + python-version: [3.6, 3.7, 3.8, 3.9] os: [windows-latest, ubuntu-18.04, macos-latest] exclude: # Python 3.5 is unable to properly @@ -52,4 +52,4 @@ jobs: pip install -e .[test] flake8 immutables/ tests/ mypy immutables/ - python -m unittest -v tests.suite + python -m pytest -v -- cgit v1.2.3