##// END OF EJS Templates
testing: stubs for travis and tox configs
testing: stubs for travis and tox configs

File last commit:

r137:7b408943
r137:7b408943
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