mirror of
https://github.com/nikdoof/dropbot.git
synced 2025-12-24 07:09:25 +00:00
Basic unit tests, and wercker support.
This commit is contained in:
12
wercker.yml
Normal file
12
wercker.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user