Training
Consulting
Tools
xref
: /
net-tools-3.4.0
/
python-websocket-server
/
tox.ini
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
[tox]
2
envlist = py27,py3
3
[testenv]
4
deps=pytest
5
websocket-client
6
commands=pytest
7