blob: 0f7e3a3b36cf7e585c9a5db7c642a2e875f4531c [file] [log] [blame]
[tox]
isolated_build = true
envlist = py27, py37, py38, py39, py310, pypy, pypy3
[testenv]
deps =
py27,pypy: mock
py27,pypy: contextlib2
commands = python -m unittest discover -p *_test.py