791e32a23b
- Change the package name to googletrans - reStructedText README for PyPI - Travis CI
19 lines
297 B
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
|