Skip to content
Snippets Groups Projects
Commit 696581ec authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

add python 3.9 to travis tests

parent 9001db5e
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment