summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 08d0a4595c8c7ab65a75bf269fd47019f8c1143f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[tox]
envlist = py25, py26, py27, pypy

[testenv]
commands =
    trial tests []
    {envpython} -m doctest README.rst

deps =
    securetypes
    Twisted

[testenv:py25]
deps =
    securetypes
    Twisted
    unittest2
setenv =
    MACOSX_DEPLOYMENT_TARGET = 10.7

[testenv:py26]
deps =
    securetypes
    Twisted
    unittest2
setenv =
    MACOSX_DEPLOYMENT_TARGET = 10.7