##// END OF EJS Templates
travis: fix dirname
travis: fix dirname

File last commit:

r140:38e51247 travis_tests
r173:e04a1575
Show More
tox.ini
15 lines | 323 B | text/x-ini | IniLexer
testing: stubs for travis and tox configs
r137 [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
travis changes
r140 pip install -e backend
appenlight-reindex-elasticsearch -c testing.ini -t all
testing: stubs for travis and tox configs
r137 pytest backend/src/appenlight/tests