mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Switch from nose to py.test.
This commit is contained in:
parent
7bb816b9ce
commit
b4a3cdc843
11 changed files with 140 additions and 156 deletions
|
|
@ -38,6 +38,7 @@ matrix:
|
|||
python: '3.4'
|
||||
install:
|
||||
- pip install -q Django$DJANGO
|
||||
- pip install -r test_requirements.txt
|
||||
- pip install -q -e .
|
||||
script:
|
||||
- python setup.py test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue