Skip to content

Commit

Permalink
Merge pull request #523 from krysros/patch-1
Browse files Browse the repository at this point in the history
Install tox in development virtual environment
  • Loading branch information
stevepiercy committed Jun 17, 2022
2 parents 1a6e9e0 + fdd6d23 commit 7ba5ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ We use [tox](https://tox.readthedocs.io/en/latest/install.html) to:
Install `tox` either in your path or locally.
The examples below assume that `tox` was installed with:

$VENV/bin/pip3 install --user tox
python3 -m pip install --user tox
export TOX=$(python3 -c 'import site; print(site.USER_BASE + "/bin")')/tox

See `tox.ini` at the root of the repository for currently supported environments.
Expand Down

0 comments on commit 7ba5ac8

Please sign in to comment.