tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

tox.ini (201B)


      1 [tox]
      2 envlist=py27,py33,py34,py35,py36,py37,py38,pypy,flake8
      3 
      4 [testenv]
      5 deps= pytest
      6 commands= python -m pytest -rfsxX {posargs}
      7 
      8 [testenv:flake8]
      9 basepython=python
     10 deps=flake8
     11 commands= flake8 six.py