wmt-2020-pl-en/tox.ini

19 lines
297 B
INI
Raw Normal View History

2015-07-06 09:54:53 +02:00
[tox]
envlist = py27,py36,pypy
2015-07-06 09:54:53 +02:00
[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