-
Notifications
You must be signed in to change notification settings - Fork 638
use tox instead of 'setup.py test' #833
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #833 +/- ##
===========================================
+ Coverage 69.93% 69.99% +0.05%
===========================================
Files 70 70
Lines 6639 6632 -7
===========================================
- Hits 4643 4642 -1
+ Misses 1996 1990 -6 |
I guess #828 did not fix it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good stuff
@@ -29,30 +28,9 @@ | |||
extras_require = { | |||
"seeedstudio": ["pyserial>=3.0"], | |||
"serial": ["pyserial~=3.0"], | |||
"neovi": ["python-ics>=2.12", "filelock"], | |||
"neovi": ["python-ics>=2.12"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this change be here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not necessarily, but i noticed that filelock is mentioned in install_requires already.
See here: