summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 92acf202a77463b9a1cdbdcc39cb889b029c6ff7 (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