]> git.phdru.name Git - mimedecode.git/blob - tox.ini
Tests: Run tests with Python 3.8
[mimedecode.git] / tox.ini
1 [tox]
2 minversion = 2.0
3 envlist = py27,py3{4,5,6,7,8},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     py38: {env:TOXPYTHON:python3.8}
13     pypy: {env:TOXPYTHON:pypy}
14 deps =
15     -rdevscripts/requirements/requirements_tests.txt
16 changedir = test
17 commands =
18     {envpython} --version
19     {envpython} -c "import struct; print(struct.calcsize('P') * 8)"
20     ./test_all
21 passenv = HOME