Changes between Version 19 and Version 20 of Python3


Ignore:
Timestamp:
2020-09-22T10:03:48Z (4 years ago)
Author:
chadwhitacre
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Python3

    v19 v20  
    1111We use [https://tox.readthedocs.io/en/latest/ tox] to standardize environments across developers and CI.
    1212
    13 1. Install tox (globally, probably).
     131. Install tox (globally, probably; consider [https://pipxproject.github.io/pipx/ pipx]).
    14142. In your Tahoe-LAFS working copy, run `tox -e py36 --notest` to bootstrap the `py36` virtualenv.
    15153. Activate the environment with `source .tox/py36/bin/activate` or equivalent and run `trial allmydata.test.test_python3` as a smoke test.