summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6439f7e..f96b6ff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,8 +10,9 @@ matrix:
include:
- python: 3.7
- python: 3.8
+ - python: 3.9
env: PYTEST_OPTIONS="--mypy"
- - python: 3.9-dev
+ - python: 3.10-dev
install:
- pip install .[all]