##// 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
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