mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Updating tox settings.
This commit is contained in:
parent
1c29cefa08
commit
d56e3846e8
2 changed files with 5 additions and 2 deletions
1
setup.py
1
setup.py
|
|
@ -41,6 +41,7 @@ setup(
|
|||
'Topic :: Communications :: Email :: Email Clients (MUA)',
|
||||
],
|
||||
packages=find_packages(),
|
||||
include_package_data = True,
|
||||
install_requires=[
|
||||
'six>=1.6.1'
|
||||
]
|
||||
|
|
|
|||
6
tox.ini
6
tox.ini
|
|
@ -2,7 +2,9 @@
|
|||
envlist=py27,py35
|
||||
|
||||
[testenv]
|
||||
deps=
|
||||
django
|
||||
-r{toxinidir}/test_requirements.txt
|
||||
sitepackages=False
|
||||
commands=
|
||||
pip install django
|
||||
pip install -r test_requirements.txt
|
||||
py.test {posargs}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue