Changes between Version 19 and Version 20 of Python3
- Timestamp:
- 2020-09-22T10:03:48Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Python3
v19 v20 11 11 We use [https://tox.readthedocs.io/en/latest/ tox] to standardize environments across developers and CI. 12 12 13 1. Install tox (globally, probably ).13 1. Install tox (globally, probably; consider [https://pipxproject.github.io/pipx/ pipx]). 14 14 2. In your Tahoe-LAFS working copy, run `tox -e py36 --notest` to bootstrap the `py36` virtualenv. 15 15 3. Activate the environment with `source .tox/py36/bin/activate` or equivalent and run `trial allmydata.test.test_python3` as a smoke test.