summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 75ab5bd04c0ebf053eb3de0a4bc14ba5d0ae6179 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[tox]
envlist =
  py27
  py34
  py35
  py36
  py37
  pypy
  pypy3

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