Merge branch 'tox-update' of https://github.com/kajinamit/websockify
This commit is contained in:
commit
15489fb72e
4
tox.ini
4
tox.ini
|
|
@ -4,10 +4,10 @@
|
||||||
# and then run "tox" from this directory.
|
# and then run "tox" from this directory.
|
||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py34
|
envlist = py3
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands = nosetests {posargs}
|
commands = nose2 {posargs}
|
||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
|
|
||||||
# At some point we should enable this since tox expects it to exist but
|
# At some point we should enable this since tox expects it to exist but
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue