diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-10-26 12:43:47 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-10-26 12:43:47 -0400 |
commit | 759468b337d7ad6304c9f26ce0dc481d20588c8f (patch) | |
tree | 95200b01561f33a8c38199a624f6b87843a8be1c /setup.py | |
parent | b0e72f7208065cac3e0ca0528f60cf7936c5284e (diff) | |
parent | 256c7c6cdd62e34a2dde53feea2b923bfb7533f0 (diff) | |
download | cmd2-git-759468b337d7ad6304c9f26ce0dc481d20588c8f.tar.gz |
Merge branch 'master' into document_completion
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -76,6 +76,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]' |