Projet

Général

Profil

0001-tests-run-tests-with-custom-emails-lib.patch

Serghei Mihai, 11 juillet 2016 10:52

Télécharger (965 octets)

Voir les différences:

Subject: [PATCH] tests: run tests with custom emails lib

 requirements.txt | 3 +--
 tox.ini          | 1 +
 2 files changed, 2 insertions(+), 2 deletions(-)
requirements.txt
2 2
django-ckeditor<4.5.3
3 3
djangorestframework
4 4
html2text
5
emails
6 5
-e git+http://repos.entrouvert.org/gadjo.git/#egg=gadjo
7

  
6
-e git+http://repos.entrouvert.org/python-emails.git#egg=emails
tox.ini
19 19
  djangorestframework
20 20
  pylint==1.4.0
21 21
  astroid==1.3.2
22
  git+http://repos.entrouvert.org/python-emails.git#egg=emails
22 23
commands =
23 24
  py.test {env:COVERAGE:} {posargs:tests/}
24
-