forked from rdiff-backup/rdiff-backup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtox_dist.ini
23 lines (20 loc) · 867 Bytes
/
tox_dist.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# tox (https://tox.readthedocs.io/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.
# Configuration file for creating binary packages, esp. wheels
[tox]
envlist = py39, py310, py311, py312
[testenv]
# make sure those variables are passed down; you should define
# either explicitly the RDIFF_TEST_* variables or rely on the current
# user being correctly identified (which might not happen in a container)
passenv = RDIFF_TEST_*, RDIFF_BACKUP_*
skip_install = true
deps = -r{toxinidir}/requs/base.txt
-r{toxinidir}/requs/optional.txt
-r{toxinidir}/requs/build.txt
commands_pre =
python setup.py clean --all # FIXME else man-pages and RPM specs remain
commands =
pyproject-build