Skip to content
Snippets Groups Projects
Commit f78020d5 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Updates to contributing guide

parent 199ce1d9
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,12 @@ numbers:: ...@@ -45,6 +45,12 @@ numbers::
backwards-incompatible changes. backwards-incompatible changes.
The version number in the ``master`` branch should be of the form
``major.minor.patch.dev``, to indicate that any releases made from this branch
are development releases (although development releases are not part of the
release model).
Releases Releases
-------- --------
...@@ -72,12 +78,10 @@ Testing ...@@ -72,12 +78,10 @@ Testing
Unit and integration tests are currently run with ``py.test`` and Unit and integration tests are currently run with ``py.test`` and
``coverage``. We don't have CI configured yet, so tests have to be run ``coverage``.
manually.
- Aim for 100% code coverage. - Aim for 100% code coverage.
- Tests must pass on both python 2.7 and 3.5 - Tests must pass on python 2.7, 3.4, 3.5, and 3.6
- Tests must pass on both wxPython 3.0.2.0 and 4.0.0
Coding conventions Coding conventions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment