Fix 'python setup.py test'
[third_party/pep8] / .travis.yml
1 language: python
2 python:
3   - 2.5
4   - 2.6
5   - 2.7
6   - 3.2
7   - 3.3
8   - pypy
9 install:
10   - pip install -e .
11   - pip freeze
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