diff options
| author | Jason Madden <jamadden@gmail.com> | 2018-08-13 10:05:46 -0500 |
|---|---|---|
| committer | Jason Madden <jamadden@gmail.com> | 2018-08-14 07:31:04 -0500 |
| commit | 1a89df2b4bdc39b8197e4950eaa698e984087885 (patch) | |
| tree | bcb865548aa542fa1553144a03e80c6286a41af8 /tox.ini | |
| parent | 2ab8d0480a245ef09e871a24e17f783cf14ea323 (diff) | |
| download | zope-schema-1a89df2b4bdc39b8197e4950eaa698e984087885.tar.gz | |
Add Python 3.7
- Use latest pypy and pypy3 on travis.
- Normalize headings in CHANGES.rst and README.rst
- Add badge for supported Python versions to README.rst
- Run tox's coverage on Python 3 and have it actually report. Not
failing yet because I think we can do better.
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -3,7 +3,7 @@ envlist = # Jython support pending 2.7 support, due 2012-07-15 or so. See: # http://fwierzbicki.blogspot.com/2012/03/adconion-to-fund-jython-27.html # py27,jython,pypy,coverage - py27,py34,py35,py36,pypy,pypy3,coverage,docs + py27,py34,py35,py36,py37,pypy,pypy3,coverage,docs [testenv] deps = @@ -12,15 +12,12 @@ commands = zope-testrunner --test-path=src [testenv:coverage] +usedevelop = true basepython = - python2.7 + python3.6 commands = -# The installed version messes up nose's test discovery / coverage reporting -# So, we uninstall that from the environment, and then install the editable -# version, before running nosetests. - pip uninstall -y zope.schema - pip install -e . coverage run -m zope.testrunner --test-path=src + coverage report deps = .[test] coverage |
