stevedore/.travis.yml

14 lines
255 B
YAML

language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "pypy"
install:
- pip install flake8 --use-mirrors
- pip install nose --use-mirrors
- pip install -q . --use-mirrors
before_script:
- flake8 stevedore setup.py
script: nosetests stevedore