Skip to content

Commit

Permalink
Additional fixes to #1 as detected by @mgedmin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jun 16, 2017
1 parent 4615894 commit 2ca34eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Expand Up @@ -7,7 +7,7 @@ CHANGES

- Standardize namespace __init__

- Add Support for Python 3.4 up to 3.6, PyPy2 and PyPy3.
- Add support for Python 3.4 up to 3.6, PyPy2 and PyPy3.

- Drop suport for Python 2.6 and 3.3.

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -10,7 +10,7 @@ envlist =

[testenv]
commands =
coverage run --source=z3c.testing -m zope.testrunner --test-path=src
coverage run -m zope.testrunner --test-path=src
setenv =
COVERAGE_FILE=.coverage.{envname}
deps =
Expand Down

0 comments on commit 2ca34eb

Please sign in to comment.