Skip to content

Commit c33f268

Browse files
Oliver SchoenbornOliver Schoenborn
authored andcommitted
add maintenance docs
1 parent 232a07b commit c33f268

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,19 @@ delta, and their paths are 0, (2, 2, 1, 0) and (2, 2, 1, 2, 2) respectively (whe
421421
1 item, there is no need to use a tuple).
422422

423423

424+
Maintenance
425+
-----------
426+
427+
- Clone or fork the git repo, create a branch
428+
- Install `pytest` and `nose` on your system: `python -m pip install pytest nose`
429+
- Modify `nose2pytest/script.py` and `tests/test_script.py`
430+
- In root folder, run `pytest`
431+
- Once all tests pass, install tox on your system: on Ubuntu, `python -m pip install tox`
432+
- Run tox: `tox`
433+
- Increase the package version in setup.cfg and setup.py
434+
- Add a python version if latest python is not in `tox.ini`
435+
436+
424437
Acknowledgements
425438
----------------
426439

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py35, py36, py37, py38, py39, py310, py311
2+
envlist = py{35, 36, 37, 38, 39, 310, 311}
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)