Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 481 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 481 Bytes

INSTALLATION

for python 2 installation

pip install -r requirements.txt

python setup.py install

for python 3 installation

pip install -r requirements_py3.txt

python setup.py install

TESTS

to run all tests

tox in main directory

to run twisted tests (python2)

run: trial sio.sioworkersd.twisted_t in the directory of installation

to run twisted tests (python3)

run: trial sio/sioworkersd/twisted_t in the directory of installation