mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Fix travis test runner for django-mailbox.
This commit is contained in:
parent
276917c6e6
commit
1c1b3ce7db
3 changed files with 2 additions and 4 deletions
|
|
@ -41,5 +41,5 @@ install:
|
||||||
- pip install -r test_requirements.txt
|
- pip install -r test_requirements.txt
|
||||||
- pip install -q -e .
|
- pip install -q -e .
|
||||||
script:
|
script:
|
||||||
- python setup.py test
|
- py.test
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
|
||||||
3
setup.py
3
setup.py
|
|
@ -22,12 +22,9 @@ setup(
|
||||||
),
|
),
|
||||||
author='Adam Coddington',
|
author='Adam Coddington',
|
||||||
author_email='me@adamcoddington.net',
|
author_email='me@adamcoddington.net',
|
||||||
tests_require=tests_require,
|
|
||||||
extras_require={
|
extras_require={
|
||||||
'test': tests_require,
|
|
||||||
'gmail-oauth2': gmail_oauth2_require
|
'gmail-oauth2': gmail_oauth2_require
|
||||||
},
|
},
|
||||||
test_suite='django_mailbox.runtests.runtests',
|
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Framework :: Django',
|
'Framework :: Django',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,3 @@
|
||||||
pytest==2.9.1
|
pytest==2.9.1
|
||||||
pytest-django==2.9.1
|
pytest-django==2.9.1
|
||||||
|
mock==2.0.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue