mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-02-10 07:19:21 +01:00
`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
|