summaryrefslogtreecommitdiff
path: root/tox.ini
blob: da0e3c6d3383a8dc5beb7d527f52aa5e30ec32c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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
     unittest2
     PyTest
     pytest-xdist
     pytest-cov