First try at travis

This commit is contained in:
Alessandro Molina 2015-11-06 16:21:19 +01:00
parent 93c9e9cb07
commit c78fc032af
1 changed files with 17 additions and 0 deletions

17
.travis.yml Normal file
View File

@ -0,0 +1,17 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
install:
- "travis_retry pip install nose"
- "travis_retry pip install coveralls"
- "travis_retry pip install --pre -e ."
script: "python setup.py nosetests --with-coverage --cover-package=dukpy --cover-erase"
after_success:
coveralls