mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-28 04:03:21 -04:00
recomend running tests only on installed versions for setup
This commit is contained in:
parent
c49355ed39
commit
f31a38e049
1 changed files with 2 additions and 2 deletions
|
|
@ -338,8 +338,8 @@ While we try not to break master, there are no guarantees on anything.
|
|||
pip install -r requirements.d/fuse.txt # optional, for FUSE support
|
||||
pip install -e . # in-place editable mode
|
||||
|
||||
# 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
|
||||
fakeroot -u tox
|
||||
fakeroot -u tox --skip-missing-interpreters
|
||||
|
||||
.. note:: As a developer or power user, you always want to use a virtual environment.
|
||||
|
|
|
|||
Loading…
Reference in a new issue