tor-browser

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

CONTRIBUTING.rst (250B)


      1 Thanks for contributing to python-atomicwrites! This document is a
      2 work-in-progress. Below are a few notes that are useful for writing patches.
      3 
      4 Running the tests
      5 =================
      6 
      7 ::
      8 
      9    pip install tox
     10    tox -e py-test
     11    tox -e py-stylecheck