mirror of
https://github.com/nikdoof/django-eveigb.git
synced 2025-12-24 21:59:20 +00:00
Added small testing framework for the middleware.
This commit is contained in:
14
wercker.yml
Normal file
14
wercker.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
box: wercker/python
|
||||
# Build definition
|
||||
build:
|
||||
# The steps that will be executed on build
|
||||
steps:
|
||||
# A step that executes `pip install` command
|
||||
- pip-install
|
||||
|
||||
# A custom script step, name value is used in the UI
|
||||
# and the code value contains the command that get executed
|
||||
- script:
|
||||
name: run unit tests
|
||||
code: |
|
||||
python manage.py test -v2 eveigb
|
||||
Reference in New Issue
Block a user