summaryrefslogtreecommitdiff
path: root/testing/tox.ini
blob: 3663eef31154d8c80e6534792933d4cf3d4aba83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[tox]
envlist = py27

[testenv]
commands = py.test --pep8 {posargs}
changedir = tests
deps =
    pytest
    pytest-flake8
    pytest-pep8
    mock
    testscenarios
    setuptools-trial
    pep8
    pdbpp
    couchdb
# install soledad local packages
    -e../common
    -e../client
    -e../server
setenv =
    HOME=/tmp
install_command = pip install {opts} {packages}