tor-browser

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

tox.ini (127B)


      1 [tox]
      2 envlist=py27,py26,py33,py34,py35
      3 
      4 
      5 [testenv]
      6 commands=
      7  pytest {posargs}
      8 deps=
      9  pytest
     10 
     11 
     12 [pytest]
     13 testpaths=
     14  testing