summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMatus Valo <matusvalo@users.noreply.github.com>2021-03-07 13:53:25 +0100
committerGitHub <noreply@github.com>2021-03-07 18:53:25 +0600
commit39ccacf0dc986ee5842644f62da91a71fc2a768f (patch)
tree19488e982aa6a78c5661cc272cbd017454e5935b /tox.ini
parent2a704e35856bda908f5f122d1aaabebc6b469b0c (diff)
downloadkombu-39ccacf0dc986ee5842644f62da91a71fc2a768f.tar.gz
Add Github Actions CI (#1309)
* Implement CI is github actions * Skip failing pypy3 unittests * Added integration tests
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini12
1 files changed, 6 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index a0c408aa..11ed7aa7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,8 +1,8 @@
[tox]
envlist =
- {pypy3,3.6,3.7-{linux,windows},3.8-{linux,windows}}-unit
- {pypy3,3.6,3.7-{linux,windows},3.8-{linux,windows}}-integration-py-amqp
- {pypy3,3.6,3.7-{linux,windows},3.8-{linux,windows}}-integration-redis
+ {pypy3,3.6,3.7,3.8}-unit
+ {pypy3,3.6,3.7,3.8}-linux-integration-py-amqp
+ {pypy3,3.6,3.7,3.8}-linux-integration-redis
flake8
flakeplus
apicheck
@@ -17,10 +17,10 @@ passenv =
DISTUTILS_USE_SDK
deps=
-r{toxinidir}/requirements/dev.txt
- apicheck,pypy3,3.6,3.7-linux,3.7-windows,3.8-linux,3.8-windows: -r{toxinidir}/requirements/default.txt
- apicheck,pypy3,3.6,3.7-linux,3.7-windows,3.8-linux,3.8-windows: -r{toxinidir}/requirements/test.txt
+ apicheck,pypy3,3.6,3.7,3.8: -r{toxinidir}/requirements/default.txt
+ apicheck,pypy3,3.6,3.7,3.8: -r{toxinidir}/requirements/test.txt
apicheck,pypy3,3.6,3.7-linux,3.8-linux: -r{toxinidir}/requirements/test-ci.txt
- 3.7-windows: -r{toxinidir}/requirements/test-ci-windows.txt
+ 3.7-windows,3.8-windows: -r{toxinidir}/requirements/test-ci-windows.txt
apicheck,linkcheck: -r{toxinidir}/requirements/docs.txt
flake8,flakeplus,pydocstyle: -r{toxinidir}/requirements/pkgutils.txt