diff options
| author | Maurits van Rees <maurits@vanrees.org> | 2017-04-22 11:45:46 +0200 |
|---|---|---|
| committer | Maurits van Rees <maurits@vanrees.org> | 2017-04-22 12:54:24 +0200 |
| commit | f337f4233bc216df01282c82508bd692782db43b (patch) | |
| tree | c402c5b74716a82a4e07c132d8329b83029c8a6b /MANIFEST.in | |
| parent | e3819d3e2f9687211ae198af42554e4a77d09ce9 (diff) | |
| download | zope-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.in | 19 |
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 |
