Changes between Initial Version and Version 6 of Ticket #30923
- Timestamp:
- Nov 16, 2020, 12:09:23 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30923
-
Property
Commit
changed from
to
30e624abbc52b5a5a060a4eca801e8fda303937f
-
Property
Branch
changed from
to
u/mkoeppe/tox_ini__add_environments_local_sudo_ubuntu_standard__etc_
-
Property
Authors
changed from
to
Matthias Koeppe
-
Property
Commit
changed from
-
Ticket #30923 – Description
initial v6 1 1 These environments would just run `sudo apt-get ...` etc. to install (but not remove!) packages, for use at the user's own risk. 2 3 To test (on an Ubuntu system): 4 {{{ 5 tox -e local-sudo-ubuntu-standard 6 }}} 7 8 9