summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 7c3d876f2c6fbeb2aa4e5daca816c06ad174fa45 (plain)
1
2
3
4
5
6
7
8
9
[tox]
envlist = py26, py27, py32, py33, py34

[testenv]
deps =
    cryptography
    ecdsa
    unittest2
commands = {envpython} setup.py test