From 88a50d443626c8a1d0708c5f28d3ae5ecb21eb1b Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Wed, 24 Oct 2018 10:13:59 -0400 Subject: Attempt 3 at getting VSTS tox build working --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 607bc346..41af5316 100755 --- a/setup.py +++ b/setup.py @@ -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]' -- cgit v1.2.1