| |
---|
| | PYTHONPATH = {toxinidir} |
---|
| | commands = |
---|
| | # Install mailmanclient from local repo instead of from pypi |
---|
| | pip install -e ../mailmanclient |
---|
| | example_project/manage.py test {posargs:postorius} |
---|
| | python example_project/manage.py test {posargs:postorius} |
---|
| | |
---|
| | [testenv:dev-record] |
---|
| | usedevelop = True |
---|
| | basepython = python2.7 |
---|
| |
---|
| | POSTORIUS_VCR_RECORD_MODE = all |
---|
| | commands = |
---|
| | # Install mailmanclient from local repo instead of from pypi |
---|
| | pip install -e ../mailmanclient |
---|
| | example_project/manage.py test {posargs:postorius} |
---|
| | python example_project/manage.py test {posargs:postorius} |
---|
| | |
---|
| | [testenv:pep8] |
---|
| | basepython = python2.7 |
---|
| | deps = |
---|
| |
---|
| | |