Add travis-ci configuration file

Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
Doug Hellmann 2013-05-05 11:36:07 -04:00
parent 0c356d215f
commit d05bcea552
1 changed files with 13 additions and 0 deletions

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
install:
- pip install flake8 --use-mirrors
- pip install nose mock --use-mirrors
- pip install -q . --use-mirrors
before_script:
- flake8 stevedore setup.py
script: nosetests stevedore