15 | | 3. Activate the environment with `source .tox/py36/bin/activate` or equivalent and run `trial allmydata.test.test_python3` as a smoke test. |
16 | | 4. `deactivate` the virtualenv (or switch shells) and run `tox -e py36` to exercise the whole suite. |
| 15 | 3. Activate the environment with `source .tox/py36/bin/activate` or equivalent and wire up for local dev with `pip install -e .` |
| 16 | 4. Run `trial allmydata.test.test_python3` as a smoke test. |
| 17 | 5. `deactivate` the virtualenv (or switch shells) and run `tox -e py36` to exercise the whole suite. |