##// END OF EJS Templates
manifest: include version file
manifest: include version file

File last commit:

r137:7b408943
r139:f1c3213b
Show More
tox.ini
13 lines | 237 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
pytest backend/src/appenlight/tests