From 50905a3e8e66ebb4c11c37c764385097e9a2f299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@dronehub.ai> Date: Wed, 2 Jun 2021 18:46:09 +0200 Subject: [PATCH] add PyPy and python 3.5 --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7c5be4b..643573a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,14 @@ jobs: python: "3.8" script: - pytest --cov=./ --cov-report=xml + - stage: test + python: "pypy3.5" + script: + - pytest --cov=./ --cov-report=xml + - stage: test + python: "3.5" + script: + - pytest --cov=./ --cov-report=xml - stage: test python: "3.6" script: -- GitLab