mirror of
https://github.com/nikdoof/dropbot.git
synced 2025-12-13 02:42:17 +00:00
13 lines
269 B
YAML
13 lines
269 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
|