From ebb1c6ba8703a68cf9550ce0f1cdd333b89771f2 2019-04-07 13:24:01 From: Marcin Lulek Date: 2019-04-07 13:24:01 Subject: [PATCH] tox: add positional arg handling --- diff --git a/.travis.yml b/.travis.yml index 1b67220..e6d49c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ install: - travis_retry pip install -U setuptools pip tox script: -- travis_retry tox +- travis_retry tox -- -vv services: - postgresql diff --git a/tox.ini b/tox.ini index 2833ba5..7c67c98 100644 --- a/tox.ini +++ b/tox.ini @@ -12,4 +12,4 @@ commands= pip install -r backend/requirements.txt pip install -e backend appenlight-reindex-elasticsearch -c testing.ini -t all - pytest backend/src/appenlight/tests + pytest backend/src/appenlight/tests {posargs}