summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 32a5714a163fb11b59a603bbd475ca989ffedf39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[tox]
envlist =
  py36
  py37
  py38
  py39
  pypy3

[testenv]
deps = -r tests/test-requirements.txt
whitelist_externals =
  tox
  xmlsec1
commands =
  xmlsec1 --version
  python --version
  pytest --version
  tox --version
  pip --version
  pip freeze
  pytest --cov={envsitepackagesdir}/saml2 -vvv -ra {posargs:tests/}