aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMichael J. Sullivan <sully@msully.net>2021-08-03 13:58:42 -0700
committerElvis Pranskevichus <elvis@magic.io>2021-08-03 17:54:57 -0700
commit4a175499500d176c811eeb3aba29c9449f9e40b3 (patch)
treed74c8b6168f72f2d70bca42048d082a4ec890136 /.github
parent39f9f0de168b0149456a1aca09ef3f442f436bbf (diff)
downloadimmutables-4a175499500d176c811eeb3aba29c9449f9e40b3.tar.gz
immutables-4a175499500d176c811eeb3aba29c9449f9e40b3.zip
Add in mypy tests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml4
1 files changed, 2 insertions, 2 deletions
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