summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-08-25 13:31:13 -0500
committerJason Madden <jamadden@gmail.com>2017-09-22 09:16:58 -0500
commit3128a819998c2586c0e0a22c75e616297d8acc45 (patch)
tree798e3ff424e7a1ebc669a5c6b6ea26679f50f404 /.gitignore
parent938467fc7407d4eb8f17f5dd1017e6ab27c86e39 (diff)
downloadzope-tales-3128a819998c2586c0e0a22c75e616297d8acc45.tar.gz
Add Python 3.6, drop Python 3.3
The usual project gardening: - Badges - Use zope.testrunner for namespace path issue (drop setup.py test) - Modern tox.ini/travis.yml - Universal wheels - Enable coverage environment and coveralls - Coverage is at 88%. There's a lot to do, I'll follow up with a separate PR.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 401eb52..f323719 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,5 @@ bin
build
develop-eggs
parts
+.coverage
+htmlcov/