Basic unit tests, and wercker support.

This commit is contained in:
2014-08-14 18:21:54 +01:00
parent de79c27765
commit 62d50cfbfe
6 changed files with 129 additions and 1 deletions

12
wercker.yml Normal file
View 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