Skip to content

Commit 88a50d4

Browse files
committed
Attempt 3 at getting VSTS tox build working
1 parent 058cb0a commit 88a50d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
":python_version<'3.5'": ['contextlib2', 'typing'],
7676
# Extra dependencies for running unit tests
7777
'test': ["argcomplete ; sys_platform!='win32'", # include argcomplete tests where available
78+
"gnureadline; sys_platform=='darwin'", # include gnureadline on macOS to ensure it is available in tox env
7879
"mock ; python_version<'3.6'", # for python 3.5 and earlier we need the third party mock module
7980
'codecov', 'pytest', 'pytest-cov', 'pytest-mock'],
8081
# development only dependencies: install with 'pip install -e .[dev]'

0 commit comments

Comments
 (0)