Test against Python versions 3.6, 3.7, and 3.8

Right now tests are only run against Python 3.5, but we claim we support
Python 3.5+ so let’s run our tests against both Python 3.5 and all later
(stable) versions.

PR: https://github.com/whipper-team/whipper/pull/433

Signed-off-by: Frederik “Freso” S. Olesen <freso.dk@gmail.com>
This commit is contained in:
Frederik “Freso” S. Olesen
2019-12-15 00:57:37 +01:00
parent 31d589b00d
commit eca3be017a

View File

@@ -4,6 +4,9 @@ sudo: required
language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
virtualenv:
system_site_packages: false