##// END OF EJS Templates
tox: add positional arg handling
ergo -
Show More
@@ -30,7 +30,7 b' install:'
30 - travis_retry pip install -U setuptools pip tox
30 - travis_retry pip install -U setuptools pip tox
31
31
32 script:
32 script:
33 - travis_retry tox
33 - travis_retry tox -- -vv
34
34
35 services:
35 services:
36 - postgresql
36 - postgresql
@@ -12,4 +12,4 b' commands='
12 pip install -r backend/requirements.txt
12 pip install -r backend/requirements.txt
13 pip install -e backend
13 pip install -e backend
14 appenlight-reindex-elasticsearch -c testing.ini -t all
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