mirror of
https://github.com/nikdoof/dropbot.git
synced 2025-12-23 22:59:22 +00:00
18 lines
401 B
YAML
18 lines
401 B
YAML
box: wercker/python
|
|
build:
|
|
steps:
|
|
- virtualenv:
|
|
name: Setup virtual environment
|
|
- pip-install:
|
|
name: Install requirements
|
|
auto_run_wheel: True
|
|
- script:
|
|
name: Run unit testing
|
|
code: |
|
|
python setup.py test
|
|
after-steps:
|
|
- sherzberg/slack-notify:
|
|
subdomain: tensixtyone
|
|
token: $SLACK_TOKEN
|
|
channel: '#general'
|