diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-10-26 12:42:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-26 12:42:54 -0400 |
commit | e4984509449c21d33a60c51a4654afa783385113 (patch) | |
tree | 91739aac2c9db99ab23be62a048afd73134ebab1 /setup.py | |
parent | b8d5b9661ba125dc49751220ff1574916c1d66cd (diff) | |
parent | 256c7c6cdd62e34a2dde53feea2b923bfb7533f0 (diff) | |
download | cmd2-git-e4984509449c21d33a60c51a4654afa783385113.tar.gz |
Merge branch 'master' into path_filter
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -75,6 +75,7 @@ EXTRAS_REQUIRE = { ":python_version<'3.5'": ['contextlib2', 'typing'], # Extra dependencies for running unit tests 'test': ["argcomplete ; sys_platform!='win32'", # include argcomplete tests where available + "gnureadline; sys_platform=='darwin'", # include gnureadline on macOS to ensure it is available in tox env "mock ; python_version<'3.6'", # for python 3.5 and earlier we need the third party mock module 'codecov', 'pytest', 'pytest-cov', 'pytest-mock'], # development only dependencies: install with 'pip install -e .[dev]' |