blob: d874e9d578d6df42c11649d96f54dbeb5ec70dae [file] [log] [blame]
language: python
python:
- "2.7"
install:
- pip install pylint
- pip install pep8
- pip install -e . --use-mirrors
script:
- pep8 --ignore=E501 *.py gstack
- pylint --rcfile=pylint.rc *.py gstack
# Force travis-ci build