tox.ini
changeset 10900 d666c9386b58
parent 10838 b6cfbcdccc7f
child 10975 6615ecb60244
equal deleted inserted replaced
10899:e0abfc3b4a10 10900:d666c9386b58
     6 commands = pytest -t {envname}/test {posargs}
     6 commands = pytest -t {envname}/test {posargs}
     7 
     7 
     8 [testenv:cubicweb]
     8 [testenv:cubicweb]
     9 deps =
     9 deps =
    10   -r{toxinidir}/test/requirements.txt
    10   -r{toxinidir}/test/requirements.txt
    11 commands = pytest -t test {posargs}
    11 commands =
       
    12   {envpython} -m pip install --upgrade --no-deps --quiet git+git://github.com/logilab/yapps@master#egg=yapps
       
    13   pytest -t test {posargs}
    12 
    14 
    13 [testenv:dataimport]
    15 [testenv:dataimport]
    14 
    16 
    15 [testenv:devtools]
    17 [testenv:devtools]
    16 deps =
    18 deps =