Skip to content

Commit ebd2c21

Browse files
committed
typo in setup.py
1 parent c8e1048 commit ebd2c21

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

‎setup.py‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,5 @@ def run_tests(self):
4949
# ext_modules = [cmocean_mod],
5050
scripts = [],
5151
keywords = ['colormaps', 'oceanography', 'plotting', 'visualization'],
52-
tests_require=['pytest'],
53-
cmdclass=dict(PyTest)
52+
tests_require=['pytest']
5453
)

0 commit comments

Comments
 (0)