summaryrefslogtreecommitdiff
path: root/third_party/pep8/.travis.yml
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2015-04-25 15:34:13 +0000
committerJeremy Allison <jra@samba.org>2015-04-27 21:18:10 +0200
commita001b0385412786c50553cfb38c146dfb3646142 (patch)
treec4bfaf23e826cf036dd66d4f6e46f1e4d23b954d /third_party/pep8/.travis.yml
parent0621f07eb482daf7495f6314b0af32853573cb82 (diff)
downloadsamba-a001b0385412786c50553cfb38c146dfb3646142.tar.gz
pep8: Move to third_party/.
Also, update to latest upstream version. Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'third_party/pep8/.travis.yml')
-rw-r--r--third_party/pep8/.travis.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/third_party/pep8/.travis.yml b/third_party/pep8/.travis.yml
new file mode 100644
index 00000000000..b1883254efb
--- /dev/null
+++ b/third_party/pep8/.travis.yml
@@ -0,0 +1,25 @@
+language: python
+python:
+ - 2.6
+ - 2.7
+ - 3.2
+ - 3.3
+ - 3.4
+ - pypy
+ - pypy3
+install:
+ - pip install -e .
+ - pip list
+script:
+ - python pep8.py --testsuite testsuite
+ - python pep8.py --statistics pep8.py
+ - python pep8.py --doctest
+ - python setup.py test
+matrix:
+ allow_failures:
+ - python: pypy
+ - python: pypy3
+
+notifications:
+ email:
+ - IanLee1521@gmail.com