Projet

Général

Profil

0001-tox-add-dependencies.patch

Christophe Siraut, 13 juin 2018 11:38

Télécharger (946 octets)

Voir les différences:

Subject: [PATCH 1/2] tox: add dependencies

 tox.ini | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
tox.ini
1 1
[tox]
2
envlist = coverage-{django18,django111}-pylint-pg
2
envlist = coverage-py27-{django18,django111}-pylint-pg
3 3
skipsdist = True
4 4
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/wcs/
5 5

  
......
17 17
    pytest>=3.3.0
18 18
    pytest-mock
19 19
    pytest-cov
20
    pytest-django
20 21
    WebTest
21 22
    psycopg2
22 23
    mechanize
......
30 31
    python-dateutil
31 32
    pillow
32 33
    feedparser
34
    python-magic
35
    docutils
36
    xlwt
33 37
commands =
34 38
    ./getlasso.sh
35 39
    pickle:  py.test --without-postgresql-tests {env:COVERAGE:} {posargs:tests}
36
-