mirror of
https://github.com/kk7ds/chirp
synced 2026-08-13 17:51:36 -04:00
parent
a9bde2040a
commit
ba8ecbc90f
1 changed files with 3 additions and 0 deletions
3
tox.ini
3
tox.ini
|
|
@ -6,12 +6,14 @@ basepython = python2.7
|
|||
sitepackages = True
|
||||
passenv = HOME
|
||||
whitelist_externals = bash
|
||||
deps = future
|
||||
|
||||
[testenv:unit]
|
||||
deps =
|
||||
nose
|
||||
mox
|
||||
mock
|
||||
future
|
||||
commands =
|
||||
nosetests -v tests/unit
|
||||
python ./share/make_supported.py /dev/null
|
||||
|
|
@ -23,5 +25,6 @@ commands =
|
|||
[testenv:style]
|
||||
deps =
|
||||
pep8==1.6.2
|
||||
future
|
||||
commands =
|
||||
python ./tools/cpep8.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue