Skip to content

Commit 8baca38

Browse files
committed
does it need to be in both??
1 parent e54378b commit 8baca38

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
'gunicorn==20.1.0',
5050
'werkzeug==2.0.0',
5151
],
52+
'buildtest27_library': [
53+
'hatchling==0.25.1', # includes 2.7 support, but not 3.6 :/ CI will fail for 3.6
54+
'pytest==4.6.11',
55+
'pytest-cov==2.12.1',
56+
],
5257
},
5358
entry_points={
5459
'console_scripts': [

0 commit comments

Comments
 (0)