pep8: Move to third_party/.
[samba.git] / third_party / pep8 / .travis.yml
diff --git a/third_party/pep8/.travis.yml b/third_party/pep8/.travis.yml
new file mode 100644 (file)
index 0000000..b188325
--- /dev/null
@@ -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