]> git.phdru.name Git - mimedecode.git/blob - tox.ini
Build(GHActions): Use `checkout@v4` instead of outdated `v2`
[mimedecode.git] / tox.ini
1 [tox]
2 minversion = 2.0
3 envlist = py27,py3{4,5,6,7,8,9,10,11},pypy
4
5 [testenv]
6 deps =
7     -rdevscripts/requirements/requirements_tests.txt
8 changedir = test
9 commands =
10     {envpython} --version
11     {envpython} -c "import struct; print(struct.calcsize('P') * 8)"
12     ./test_all
13 passenv = HOME