wmt-2020-pl-en/tox.ini
SuHun Han 791e32a23b Minor updates for package
- Change the package name to googletrans
- reStructedText README for PyPI
- Travis CI
2017-03-10 23:43:06 +09:00

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