summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 17e60b2b706b29c8b8107f5ff8df7604a957244e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[tox]
# Environment changes have to be manually synced with '.travis.yml'.
envlist = py36,py37,py38,py39,py310
isolated_build = True

[pytest]
addopts = -v --cov rsa --cov-report term-missing

[testenv]
deps = poetry
commands =
    poetry install
    poetry run py.test tests/

[testenv:py37]
whitelist_externals = poetry
commands=
    poetry install
    poetry run py.test --doctest-modules rsa tests/