bb73a14d24
Change-Id: I303465277b30dff66129b6c65112b3e427ee6292
14 lines
260 B
YAML
14 lines
260 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.2"
|
|
- "3.3"
|
|
- "pypy"
|
|
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
|