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

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