wmt-2020-pl-en/tox.ini

19 lines
297 B
INI

[tox]
envlist = py27,py36,pypy
[testenv]
deps=
-r{toxinidir}/requirements.txt
pytest
pytest-capturelog
pytest-cov
commands=
py.test --cov-report= --cov={envsitepackagesdir}/googletrans {posargs:}
[pytest]
addopts = -v
testpaths = googletrans/ tests/
[flake8]
exclude = .tox