mirror of
https://github.com/kk7ds/chirp
synced 2026-08-13 17:51:36 -04:00
Fixes for tests under windows
This commit is contained in:
parent
6907da7abd
commit
336d39d32f
2 changed files with 3 additions and 1 deletions
|
|
@ -4,6 +4,8 @@ pytest
|
|||
pytest-xdist
|
||||
pytest-html
|
||||
six
|
||||
pep8
|
||||
pyserial
|
||||
future
|
||||
requests
|
||||
pywin32; platform_system=="Windows"
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = unit,driver,style,py3clean,py3unit,py3driver
|
||||
envlist = style,py3unit,py3driver
|
||||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue