e10c5e8fa7
Co-authored-by: Kirill Bobrov <miaplanedo@gmail.com> Co-authored-by: Zhuopsticks <36221214+terryyz@users.noreply.github.com>
18 lines
255 B
INI
18 lines
255 B
INI
[tox]
|
|
envlist = py36,py37,py38,pypy3
|
|
|
|
[testenv]
|
|
deps=
|
|
pytest
|
|
pytest-cov
|
|
mock
|
|
commands=
|
|
py.test --cov-report= --cov={envsitepackagesdir}/googletrans {posargs:}
|
|
|
|
[pytest]
|
|
addopts = -v
|
|
testpaths = googletrans/ tests/
|
|
|
|
[flake8]
|
|
exclude = .tox
|