mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-01-13 17:38:24 +01:00
b867cf5680
`make release` will now create a test environment free from the source. Gives isolated testing.
9 lines
166 B
INI
9 lines
166 B
INI
[tox]
|
|
minversion = 3.25.1
|
|
requires = pytest
|
|
freezegun
|
|
|
|
[testenv:release]
|
|
commands = pip install -r requirements-testing.txt
|
|
python quicktest.py
|