summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2016-04-05 14:57:00 -0700
committerAsk Solem <ask@celeryproject.org>2016-04-05 15:53:44 -0700
commit6da537d57cf0861d158d47b56a51e8b49117d1c2 (patch)
treec26f8b6f54b715e270e8377fc9d40550177d6a39 /tox.ini
parent29ba2418f33575dbfa8bf3a092088e50a3926671 (diff)
downloadkombu-6da537d57cf0861d158d47b56a51e8b49117d1c2.tar.gz
[tests] Now depends on case
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini17
1 files changed, 13 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 9286500c..f4bdf728 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,17 +1,16 @@
[tox]
-envlist = 2.7,3.3,3.4,3.5,pypy,pypy3
+envlist = 2.7,3.4,3.5,pypy,pypy3
[testenv]
sitepackages = False
setenv = C_DEBUG_TEST = 1
deps=
-r{toxinidir}/requirements/default.txt
+ -r{toxinidir}/requirements/test.txt
- 2.7,pypy,jython: -r{toxinidir}/requirements/test.txt
2.7,pypy,jython: -r{toxinidir}/requirements/test-ci.txt
-
- 3.3,3.4,3.5,pypy3: -r{toxinidir}/requirements/test3.txt
3.3,3.4,3.5,pypy3: -r{toxinidir}/requirements/test-ci3.txt
+
basepython =
2.7: python2.7
3.3: python3.3
@@ -24,3 +23,13 @@ commands = {toxinidir}/extra/release/removepyc.sh {toxinidir}
pip install -U -r{toxinidir}/requirements/dev.txt
nosetests -vdsx kombu.tests \
--with-coverage --cover-inclusive --cover-erase []
+
+[testenv:flake8]
+deps = -r{toxinidir}/requirements/pkgutils.txt
+commands =
+ flake8 {toxinidir}/kombu
+
+[testenv:flakeplus]
+deps = -r{toxinidir}/requirements/pkgutils.txt
+commands =
+ flakeplus --2.6 {toxinidir}/kombu