diff --git a/.travis.yml b/.travis.yml index c4422a9..7862ce9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ python: - 3.8.12 - 3.9 - nightly - - pypy3.8 + - pypy3 matrix: allow_failures: - python: nightly diff --git a/dev-requirements.txt b/dev-requirements.txt index 94dd4c0..ac700ce 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -10,3 +10,4 @@ sphinx sphinx_issues sphinx_rtd_theme isort +typed-ast