language: python python: - "2.7.3" - "2.7" install: - "pip install ." script: - "python setup.py flake8" - "python setup.py test"