Skip to content

Commit

Permalink
Prerelease fixes: Update tox envs dependencies and release notes (#273)
Browse files Browse the repository at this point in the history
Add mypy dependency to tox environment mypy-py{36,37,38,39} and join release notes from 3.3.1 and 3.4.0 since there was no release 3.3.1.
  • Loading branch information
BartoszSiwinski authored Oct 11, 2021
1 parent 501ff96 commit e60e782
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
- added: documentation on readthedocs.io
- fixed: documentation displayed with `help`/`-h`/`--help`
- improved: content of git-machete project related blogs has been moved to this repo and updated

## New in git-machete 3.3.1

- removed: releases to Nixpkgs no longer happen directly from our CI pipeline

## New in git-machete 3.3.0
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ whitelist_externals = tox
commands = tox -e "mypy-py{36,37,38,39}"

[testenv:mypy-py{36,37,38,39}]
whitelist_externals = mypy
deps = mypy
commands =
mypy --config-file mypy.ini git_machete

0 comments on commit e60e782

Please sign in to comment.