Skip to content

Commit e130187

Browse files
committed
pathlib requirement for python2
1 parent 3515b77 commit e130187

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
@@ -71,6 +71,7 @@ def run_tests(self):
7171
"jsonschema",
7272
"PyYAML",
7373
"six",
74+
'pathlib;python_version=="2.7"',
7475
],
7576
tests_require=[
7677
"mock",

0 commit comments

Comments
 (0)