Skip to content

Commit

Permalink
pin mypy in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
bmw committed Jun 9, 2021
1 parent 555ce48 commit d3ea8ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@

testing_requires = [
'coverage>=4.0',
'flake8',
'mypy',
'pytest-cache>=1.0',
'pytest-cov',
'flake8',
'pytest-flake8>=0.5',
'pytest>=2.8.0',
]

dev_extras = [
'mypy',
'pytest',
'tox',
]
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ ignore = W504, E501
[testenv:mypy]
commands =
mypy src/josepy
deps =
-e .[dev]

0 comments on commit d3ea8ba

Please sign in to comment.