tor-browser

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

tox.sh (221B)


      1 #!/usr/bin/env bash
      2 set -eux -o pipefail
      3 if [[ ! -d tox ]]; then
      4    git clone https://github.com/tox-dev/tox
      5 fi
      6 pushd tox && trap popd EXIT
      7 python -m venv venv
      8 venv/bin/pip install -e .[testing] -e ../..
      9 venv/bin/pytest