blob: 1e41d4cb9960e797e73a1e16af6803f6b15611d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
language: python
python:
- 2.5
- 2.6
- 2.7
- 3.1
- 3.2
- pypy
install:
- pip freeze
script:
- python pep8.py --testsuite testsuite
- python pep8.py --statistics pep8.py
- python pep8.py --doctest
|