new: pkg: added integration tests.

This commit is contained in:
Valentin Lab
2015-01-30 14:25:59 +07:00
parent 36902ec12b
commit 91777acf44
3 changed files with 23 additions and 0 deletions

10
.travis.yml Normal file
View File

@@ -0,0 +1,10 @@
language: python
python:
- "3.4"
- "2.7"
install:
- pip install git+https://github.com/0k/cookiecutter
- cp tests/samplerc ~/.cookiecutterrc
script:
- cur_path=$PWD ; cd /tmp ; cookiecutter "$cur_path" --no-input
- cd /tmp/my_odoo_module && find .