tox.ini 301 字节
Newer Older
C
Chris McDonough 已提交
1
[tox]
M
Marcus Smith 已提交
2 3
envlist =
    py26,py27,py32,py33,pypy
C
Chris McDonough 已提交
4 5

[testenv]
6
deps =
7
    pytest
8
    pytest-xdist
9
    mock
10
    scripttest>=1.3
11
    git+https://github.com/pypa/virtualenv@develop#egg=virtualenv
12 13 14 15
commands =
    py.test -n 8

[testenv:py32]
16
commands =
17
    py.test
18

19 20 21
[testenv:py33]
setenv =
    PYTHONHASHSEED = 0