Skip to content

Commit 1f4b97b

Browse files
committed
Explicitly require py
1 parent 14ea612 commit 1f4b97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def run_tests(self):
5252
] + [('Programming Language :: Python :: %s' % x) for x in '2.6 2.7 3.0 3.1 3.2 3.3'.split()],
5353
cmdclass={'test': ToxTestCommand},
5454
install_requires=[
55-
'pytest', 'pydot'
55+
'pytest', 'pydot', 'py'
5656
],
5757
# the following makes a plugin available to py.test
5858
entry_points={

0 commit comments

Comments
 (0)