wmt-2020-pl-en/tox.ini

17 lines
251 B
INI
Raw Normal View History

2015-07-06 09:54:53 +02:00
[tox]
envlist = py35,py36,py37,py38,pypy3
2015-07-06 09:54:53 +02:00
[testenv]
deps=
pytest
pytest-cov
commands=
py.test --cov-report= --cov={envsitepackagesdir}/googletrans {posargs:}
[pytest]
addopts = -v
testpaths = googletrans/ tests/
[flake8]
exclude = .tox