Skip to content

Commit

Permalink
Add PySerial to the test requirements
Browse files Browse the repository at this point in the history
It is needed for the doctests.
  • Loading branch information
mgeier committed Mar 3, 2015
1 parent 71236b3 commit ad64d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ def run_tests(self):
"Topic :: Scientific/Engineering",
],

tests_require=['pytest'],
tests_require=['pytest', 'pyserial'],
cmdclass={'test': PyTest},
)

0 comments on commit ad64d50

Please sign in to comment.