mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 09:19:31 +00:00
recomend running tests only on installed versions for setup
This commit is contained in:
parent
974fd9eecb
commit
1c5b57f1b3
1 changed files with 3 additions and 3 deletions
|
@ -377,9 +377,9 @@ While we try not to break master, there are no guarantees on anything.
|
||||||
or
|
or
|
||||||
pip install -e .[llfuse] # in-place editable mode, use llfuse
|
pip install -e .[llfuse] # in-place editable mode, use llfuse
|
||||||
|
|
||||||
# optional: run all the tests, on all supported Python versions
|
# optional: run all the tests, on all installed Python versions
|
||||||
# requires fakeroot, available through your package manager
|
# requires fakeroot, available through your package manager
|
||||||
fakeroot -u tox
|
fakeroot -u tox --skip-missing-interpreters
|
||||||
|
|
||||||
By default the system installation of python will be used.
|
By default the system installation of python will be used.
|
||||||
If you need to use a different version of Python you can install this using ``pyenv``:
|
If you need to use a different version of Python you can install this using ``pyenv``:
|
||||||
|
|
Loading…
Reference in a new issue