Skip to content

Commit

Permalink
Add missing packages for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
saketkc committed May 31, 2016
1 parent 619c5b5 commit 6782ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -28,7 +28,7 @@
assert metadata is not None
fversion = metadata['version'].split('.')

test_requirements = ['nosetests']
test_requirements = ['pytest', 'pytest-cov', 'pytest-mpl']

MAJOR = fversion[0]
MINOR = fversion[1]
Expand Down

0 comments on commit 6782ad1

Please sign in to comment.