From a2eea50c08cccc440599268aa10855f484344eb0 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Mon, 11 Jul 2016 10:48:32 +0200 Subject: [PATCH] tests: run tests with custom emails lib --- requirements.txt | 3 +-- tox.ini | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2d0946c..a84d011 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,5 @@ Django>=1.7, <1.8 django-ckeditor<4.5.3 djangorestframework html2text -emails -e git+http://repos.entrouvert.org/gadjo.git/#egg=gadjo - +-e git+http://repos.entrouvert.org/python-emails.git#egg=emails diff --git a/tox.ini b/tox.ini index 54658f5..7269f42 100644 --- a/tox.ini +++ b/tox.ini @@ -19,5 +19,6 @@ deps = djangorestframework pylint==1.4.0 astroid==1.3.2 + git+http://repos.entrouvert.org/python-emails.git#egg=emails commands = py.test {env:COVERAGE:} {posargs:tests/} -- 2.8.1