wmt-2020-pl-en/tox.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