diff --git a/.travis.yml b/.travis.yml index f5adf04..25490ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,8 @@ python: - 3.6 - 3.7 - 3.8 -- 3.9-dev +- 3.9 +- 3.10-dev - pypy2.7-6.0 - pypy3.5 diff --git a/tox.ini b/tox.ini index dec0745..0b734a3 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ envlist = flake8 pylint bandit - py{27,34,35,36,37,38,39,py,py3} + py{27,34,35,36,37,38,39,310,py,py3} readme requirements clean @@ -15,7 +15,8 @@ envlist = description = Unit tests deps = pytest -commands = pytest + py34: typing +commands = pytest {posargs} [testenv:bandit] description = PyCQA security linter @@ -58,4 +59,4 @@ targets = . exclude = .tox,build,dist,pysnooper.egg-info [pytest] -addopts = --strict +addopts = --strict-markers