2015-07-06 09:54:53 +02:00
|
|
|
[tox]
|
2020-06-14 08:42:32 +02:00
|
|
|
envlist = py36,py37,py38,pypy3
|
2017-03-10 15:15:21 +01:00
|
|
|
|
2015-07-06 09:54:53 +02:00
|
|
|
[testenv]
|
2017-03-10 15:15:21 +01:00
|
|
|
deps=
|
|
|
|
pytest
|
|
|
|
pytest-cov
|
2020-06-14 08:42:32 +02:00
|
|
|
mock
|
2017-03-10 15:15:21 +01:00
|
|
|
commands=
|
|
|
|
py.test --cov-report= --cov={envsitepackagesdir}/googletrans {posargs:}
|
|
|
|
|
|
|
|
[pytest]
|
|
|
|
addopts = -v
|
|
|
|
testpaths = googletrans/ tests/
|
|
|
|
|
|
|
|
[flake8]
|
|
|
|
exclude = .tox
|