Merge remote-tracking branch 'yole/import-on-top-of-file' into issue304
[third_party/pep8] / .travis.yml
1 language: python
2 python:
3   - 2.6
4   - 2.7
5   - 3.2
6   - 3.3
7   - 3.4
8   - pypy
9 install:
10   - pip install -e .
11   - pip list
12 script:
13   - python pep8.py --testsuite testsuite
14   - python pep8.py --statistics pep8.py
15   - python pep8.py --doctest
16   - python setup.py test
17 matrix:
18   allow_failures:
19     - python: pypy
20
21 notifications:
22   email:
23     - IanLee1521@gmail.com