dominiontabs/.travis.yml
Sumpfork b70bd37d80 - start using argparse instead of optionparser
- make all code conform to pep8 once more
- add a unit test to check for pep8 compliance
- delete old ez_setup
2016-07-06 15:21:00 -07:00

11 lines
198 B
YAML

language: python
python:
- "2.7"
# command to install dependencies
install:
- pip install -U setuptools
- pip install -U pycodestyle
- pip install .
# command to run tests
script: nosetests