summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMaurits van Rees <maurits@vanrees.org>2017-04-22 11:45:46 +0200
committerMaurits van Rees <maurits@vanrees.org>2017-04-22 12:54:24 +0200
commitf337f4233bc216df01282c82508bd692782db43b (patch)
treec402c5b74716a82a4e07c132d8329b83029c8a6b /MANIFEST.in
parente3819d3e2f9687211ae198af42554e4a77d09ce9 (diff)
downloadzope-interface-travis-36.tar.gz
Added Travis, appveyor, tox, manylinux for 3.6 branch.travis-36
Copied from master branch, but removed the Python 3 stuff, which is unsupported on the 3.6 branch. Well, 3.1 seems supported, but that is very old, and on 3.3 I got errors locally. Also removed 'docs' from the tox envs, as that proved tricky to get to work, and has changed much. Removed 'TODO_test_classProvides_fails_for_odd_class' test method, which would always fail but be ignored due to its name, except that the coverage tests would *not* ignore it, leading to a failure.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..a27553d
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,19 @@
+include *.rst
+include *.txt
+include *.py
+include .coveragerc
+include build.cmd
+include buildout.cfg
+include tox.ini
+
+recursive-include docs *
+recursive-include src *
+
+global-exclude *.dll
+global-exclude *.pyc
+global-exclude *.pyo
+global-exclude *.so
+global-exclude coverage.xml
+global-exclude appveyor.yml
+
+prune docs/_build