forked from extern/django-helpdesk
25542f929e
Will fail build if imports are not sorted correctly
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
|