##// END OF EJS Templates
readme: doc update
readme: doc update

File last commit:

r140:38e51247 travis_tests
r160:8a093520
Show More
tox.ini
15 lines | 323 B | text/x-ini | IniLexer
[tox]
envlist = py35,py36
setupdir = backend
[testenv]
extras = dev
passenv = DB
DB_STRING
commands=
pip install -U pip setuptools wheel
pip install -r backend/requirements.txt
pip install -e backend
appenlight-reindex-elasticsearch -c testing.ini -t all
pytest backend/src/appenlight/tests