summaryrefslogtreecommitdiffstats
path: root/Documentation/dmaengine.txt
AgeCommit message (Expand)Author
2009-01-05async_tx, dmaengine: document channel allocation and api reworkDan Williams
httpie/plain/tox.ini?h=0.9.8&id=84b81c00eaf47d608aa59d919557622fdeb31978'>plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Tox (http://tox.testrun.org/) is a tool for running tests
# in multiple virtualenvs. See ./CONTRIBUTING.rst


[tox]
envlist = py26, py27, py35, pypy


[testenv]
deps =
    mock
    pytest
    pytest-httpbin>=0.0.6


commands =
    # NOTE: the order of the directories in posargs seems to matter.
    # When changed, then many ImportMismatchError exceptions occurrs.
    py.test \
        --verbose \
        --doctest-modules \
        {posargs:./httpie ./tests}