summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2018-08-16 07:53:25 -0500
committerGitHub <noreply@github.com>2018-08-16 07:53:25 -0500
commitb59bf1b6799a189a7ae47e6fa1a9feec47fd0e6c (patch)
tree16169850bbd1661afe93d05c18dfc0c4c1c73115 /tox.ini
parent6939d93d7f26633cfd3bebbeeb0f05f5d4c973ec (diff)
downloadkombu-b59bf1b6799a189a7ae47e6fa1a9feec47fd0e6c.tar.gz
Added Python 3.7 to the build matrix (#908)
* Run tests with Python 3.7. * Add missing dependencies. * Show skip reasons. * Add more dependencies to CI tests. * Fix requirements.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a9babc1c..d8261de0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -25,7 +25,7 @@ deps=
flake8,flakeplus,pydocstyle: -r{toxinidir}/requirements/pkgutils.txt
commands = pip install -U -r{toxinidir}/requirements/dev.txt
- pytest -xv --cov=kombu --cov-report=xml --no-cov-on-fail {posargs}
+ pytest -rxs -xv --cov=kombu --cov-report=xml --no-cov-on-fail {posargs}
basepython =
2.7,flakeplus,flake8,apicheck,linkcheck,cov,pydocstyle: python2.7