Revision d622726d
Added by Serghei Mihai over 8 years ago
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/} |
Also available in: Unified diff
tests: run tests with custom emails lib