summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 1a642bcdf051b792199506cbf18a4d58a47686f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[tox]
envlist =
  py27
  py34
  py35
  py36
  pypy
  pypy3

[testenv]
deps = -r tests/test-requirements.txt
commands = py.test --cov={envsitepackagesdir}/saml2 -v -rs {posargs:tests/}