blob: b5511e9bdcc020ea8fa03d57ee6d67fdc5136d15 [file] [log] [blame]
language: python
python:
- "2.7"
install:
- pip install pylint
- pip install pep8
- pip install coveralls
- pip install -e . --use-mirrors
script:
- pep8 --ignore=E501, E402 *.py gstack
- pylint --rcfile=pylint.rc *.py gstack
- nosetests --with-coverage --cover-erase --cover-package=gstack
after_success:
- coveralls