pep8: Move to third_party/.
[Samba.git] / third_party / pep8 / .travis.yml
blobb1883254efb5de683d48e6cb7047ce420cc3a7ab
1 language: python
2 python:
3   - 2.6
4   - 2.7
5   - 3.2
6   - 3.3
7   - 3.4
8   - pypy
9   - pypy3
10 install:
11   - pip install -e .
12   - pip list
13 script:
14   - python pep8.py --testsuite testsuite
15   - python pep8.py --statistics pep8.py
16   - python pep8.py --doctest
17   - python setup.py test
18 matrix:
19   allow_failures:
20     - python: pypy
21     - python: pypy3
23 notifications:
24   email:
25     - IanLee1521@gmail.com