Merge pull request #283 from HFulcher/master
[third_party/pep8] / .travis.yml
1 language: python
2 python:
3   - 2.6
4   - 2.7
5   - 3.2
6   - 3.3
7   - pypy
8 install:
9   - pip install -e .
10   - pip list
11 script:
12   - python pep8.py --testsuite testsuite
13   - python pep8.py --statistics pep8.py
14   - python pep8.py --doctest
15   - python setup.py test
16 matrix:
17   allow_failures:
18     - python: pypy