]> 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 = py{27,34,35,36,37},pypy
4
5 [testenv]
6 basepython =
7     py27: {env:TOXPYTHON:python2.7}
8     py34: {env:TOXPYTHON:python3.4}
9     py35: {env:TOXPYTHON:python3.5}
10     py36: {env:TOXPYTHON:python3.6}
11     py37: {env:TOXPYTHON:python3.7}
12     pypy: {env:TOXPYTHON:pypy}
13 deps =
14     -rdevscripts/requirements/requirements_tests.txt
15 changedir = test
16 commands =
17     {envpython} --version
18     {envpython} -c "import struct; print(struct.calcsize('P') * 8)"
19     ./test_all
20 passenv = HOME