summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: ea94858e96e9c315eba480cd65bd92125df81c54 (plain)
1
2
3
4
5
6
7
8
9
10
language: python
python:
  - "2.6"
  - "2.7"
  - "3.2"
install: pip install pep8
script:
  - pep8 *.py || echo "Done."
  - python mox_test.py
  - python stubout_test.py