Bug: https://github.com/cs01/gdbgui/issues/331
* Create release.yml
* Update contributing.md
* make build verification more strict
* change name and set nox session to non-interactive
Co-authored-by: Chad Smith <cs01@users.noreply.github.com>
* Bugfixes for building executable
This commit has several bug fixes.
- Add required python packages that were missing from setup.py
- Add hiddenimports for pyinstaller so that pyinstaller properly loads gevent
- Modify noxfile so that it loads the required packages when creating a session. Also, python 3.7 support was added in pyinstaller 3.4, so pyinstaller version needs to be updated.
* General cleanup
* replace makefile with noxfile
* fix unit test
* drop pypy support
* more strict nox session calls in travis
* change session name
* update manifest
* update contributing