summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMatus Valo <matusvalo@users.noreply.github.com>2021-03-07 15:21:32 +0100
committerGitHub <noreply@github.com>2021-03-07 20:21:32 +0600
commit4eb39c6fed3e911e604ac276f82fe29f11a2b144 (patch)
tree91449880303dc3501389bb5ab883ff737af10e0e /tox.ini
parentcd7ede99dd28af7f2191c4bdb5b0ffc7489f7fdb (diff)
downloadpy-amqp-4eb39c6fed3e911e604ac276f82fe29f11a2b144.tar.gz
Added GitHub actions CI (#359)
* Added github actions lint CI. * Remove .travis.yml * Fix testing speedups in gh actions
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 8b464cf..bbb1f34 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
[tox]
envlist =
- {pypy3.6-7.3.1,3.6,3.7,3.8}-unit
- {pypy3.6-7.3.1,3.6,3.7,3.8}-integration-rabbitmq
+ {pypy3,3.6,3.7,3.8}-unit
+ {pypy3,3.6,3.7,3.8}-integration-rabbitmq
flake8
flakeplus
apicheck
@@ -23,7 +23,7 @@ commands =
integration: py.test -xv -E rabbitmq t/integration {posargs:-n2}
basepython =
flake8,apicheck,linkcheck,pydocstyle: python3.8
- pypy3.6-7.3.1: pypy
+ pypy3: pypy
3.6: python3.6
3.7: python3.7
3.8: python3.8
@@ -37,7 +37,7 @@ dockerenv =
RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS=-rabbit tcp_listeners [5672]
[docker:rabbitmq]
-image = rabbitmq
+image = rabbitmq:tls
ports =
5672:5672/tcp
5671:5671/tcp