Test against Python versions 3.6, 3.7, and 3.8

https://github.com/whipper-team/whipper/pull/433
This commit is contained in:
Frederik “Freso” S. Olesen
2019-12-15 01:09:46 +01:00

View File

@@ -4,6 +4,9 @@ sudo: required
language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
virtualenv:
system_site_packages: false
@@ -11,7 +14,11 @@ cache: pip
env:
- FLAKE8=false
- FLAKE8=true
jobs:
include:
- python: 3.5
env: FLAKE8=true
install:
# Dependencies