summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 12e8abd9fe230ec97601f1b8b012ccb5f8bb450f (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
28
29
30
31
32
33
34
35
36
[tox]
envlist = py{27,33,34,35,36}-{generator,noaccel}, py{27,33,34,35,36}-accel-{win,nix}, py{27,33,34,35,36}-streams
skipsdist = True

[pytest]
python_paths = framework/ generated_tests/

[testenv]
passenv=
    HOME
    USERPROFILE
setenv =
    USERNAME = foo
deps =
    accel-nix: lxml
    accel: simplejson
    generator: numpy==1.7.0
    mock==1.0.1
    py27-accel-nix,py{33,34,35,36}-{accel,noaccel}: psutil
    py27-accel-nix: backports.lzma
    py27-accel-nix: subprocess32
    py{35,36}: mako==1.0.2
    pytest==3.2.5
    pytest-mock
    pytest-pythonpath
    pytest-raises
    pytest-warnings
    pytest-timeout
    py{27,33,34}: mako==0.8.0
    six==1.5.2
    {accel,noaccel,streams}: jsonschema
    streams: jsonstreams>=0.4.1
commands = 
    {accel,noaccel}: py.test -rw unittests/framework unittests/suites []
    generator: py.test -rw unittests/generators []
    streams: py.test -rw unittests/framework/backends/test_json.py []