Sign in
fuchsia
/
third_party
/
github.com
/
tartley
/
colorama
/
8cf8f6d688d369808c51e69cb0e5a1139ecc04b6
/
.
/
tox.ini
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