From 696581ec0b36d7b7fa2c1027c6168e84387f02d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Fri, 4 Jun 2021 18:19:06 +0200 Subject: [PATCH] add python 3.9 to travis tests --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.travis.yml b/.travis.yml index 667ea09..b9f3946 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,6 +66,18 @@ jobs: apt: packages: - rabbitmq-server + - stage: test + python: "3.9" + script: + - bash tests/travis_test.sh + after_script: + - coverage xml + - ./cc-test-reporter after-build -t coverage.py --exit-code $TRAVIS_TEST_RESULT + services: rabbitmq + addons: + apt: + packages: + - rabbitmq-server - stage: test python: "nightly" script: -- GitLab