[tox] envlist = py35,py36,py37,py38,pypy3 [testenv] deps= pytest pytest-cov commands= py.test --cov-report= --cov={envsitepackagesdir}/googletrans {posargs:} [pytest] addopts = -v testpaths = googletrans/ tests/ [flake8] exclude = .tox