##// END OF EJS Templates
tox: add positional arg handling
ergo -
Show More
@@ -30,7 +30,7 b' install:'
30 30 - travis_retry pip install -U setuptools pip tox
31 31
32 32 script:
33 - travis_retry tox
33 - travis_retry tox -- -vv
34 34
35 35 services:
36 36 - postgresql
@@ -12,4 +12,4 b' commands='
12 12 pip install -r backend/requirements.txt
13 13 pip install -e backend
14 14 appenlight-reindex-elasticsearch -c testing.ini -t all
15 pytest backend/src/appenlight/tests
15 pytest backend/src/appenlight/tests {posargs}
General Comments 4
Under Review
author

Auto status change to "Under Review"

Under Review
author

Auto status change to "Under Review"

You need to be logged in to leave comments. Login now