tor-browser

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

tox.ini (208B)


      1 [tox]
      2 envlist = py{26,27,py,33,34,35}-{test,stylecheck}
      3 
      4 [testenv]
      5 deps =
      6    test: pytest
      7    stylecheck: flake8
      8    stylecheck: flake8-import-order
      9 commands =
     10    test: py.test []
     11    stylecheck: flake8 []