Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bumpversion
typing; python_version<"3.5"
click
click==7.0
flake8>=2.2.3
ipython
mock
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ deps =
pytest
coverage
sh
click
click==7.0
py{27,py}: ipython<6.0.0
py34{,-no-typing}: ipython<7.0.0
py{35,36,37,38,py3}: ipython
Expand All @@ -22,7 +22,7 @@ commands =
skip_install = true
deps =
flake8
mypy
mypy==0.761
commands =
flake8 src tests
mypy --python-version=3.8 src tests
Expand Down