##// END OF EJS Templates
release: Bump version 1.1.1 to 1.2.0
release: Bump version 1.1.1 to 1.2.0

File last commit:

r140:38e51247 travis_tests
r163:01b31e00 1.2.0 1.x-branch
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