mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-26 09:50:24 +00:00
No makefile, so changed testing to run setup.py test
This commit is contained in:
parent
6b75822eb3
commit
0de80cf59c
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ contributions merged as quickly as possible:
|
|||
2. If you want to add a new feature, talk to us on the `mailing list`__ or
|
||||
`IRC`__ first. We might already have plans, or be able to offer some advice.
|
||||
3. Make sure your code passes the tests that ImageKit already has. To run the
|
||||
tests, use ``make test``. This will let you know about any errors or style
|
||||
tests, use ``python setup.py test``. This will let you know about any errors or style
|
||||
issues.
|
||||
4. While we're talking about tests, creating new ones for your code makes it
|
||||
much easier for us to merge your code quickly. ImageKit uses nose_, so
|
||||
|
|
|
|||
Loading…
Reference in a new issue