Add initial tox.ini

`make release` will now create a test environment free from the source.
Gives isolated testing.
This commit is contained in:
Martin Whitehouse 2022-07-22 02:06:36 +02:00
parent 85c1d8610c
commit b867cf5680
No known key found for this signature in database
GPG Key ID: 3FCE1D3E9DEC09C1

8
tox.ini Normal file
View File

@ -0,0 +1,8 @@
[tox]
minversion = 3.25.1
requires = pytest
freezegun
[testenv:release]
commands = pip install -r requirements-testing.txt
python quicktest.py