Skip to content

Commit

Permalink
Add missing test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Feb 2, 2022
1 parent 01e1c8b commit 50c6763
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ def findsome(subdir, extensions):
],
'tests': [
'nose>=1.3.4',
'coverage',
'six',
],
}
requires['devel'] = sum(list(requires.values()), [])
Expand Down

0 comments on commit 50c6763

Please sign in to comment.