summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 5932192cd992d5a659c9a0e39046062c52919acf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[tox]
envlist = py26,py27,py33,py34,py35,pypy

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

[testenv]
setenv =
    PYTHONPATH = {toxinidir}:{toxinidir}/tests
commands=py.test []
deps=pyasn1 >=0.1.3
     coverage >=3.5
     PyTest
     pytest-xdist
     pytest-cov