summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: d12ee50bebe4e32bc6bd9b20c895d06d43ecca3c (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 --ignore E111 *.py || echo "Done"
  - python mox_test.py
  - python stubout_test.py