mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2024-12-12 18:00:45 +01:00
10 lines
167 B
INI
10 lines
167 B
INI
|
[tox]
|
||
|
minversion = 3.25.1
|
||
|
requires = pytest
|
||
|
freezegun
|
||
|
|
||
|
|
||
|
[testenv:release]
|
||
|
commands = pip install -r requirements-testing.txt
|
||
|
python quicktest.py
|