repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s3/torture: use stack buffer for rbtree loop
[Samba.git]
/
third_party
/
pep8
/
.travis.yml
blob
b1883254efb5de683d48e6cb7047ce420cc3a7ab
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
22
23
notifications:
24
email:
25
- IanLee1521@gmail.com