summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 0552a1736bc049c0dae4618c90c1e40105e147dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[tox]
# Environment changes have to be manually synced with '.travis.yml'.
envlist = py35,py36,p37,p38

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

[testenv]
deps = pipenv
commands =
    pipenv install --dev --deploy
    pipenv run py.test tests/

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