This commit is contained in:
Edwin Eefting 2020-05-17 22:51:59 +02:00
parent c254ad3b82
commit 3ef7c32237

@ -1,16 +1,21 @@
jobs:
include:
- os: linux
dist: xenial
language: python
python:
- "3.6"
- "2.7"
- os: linux
dist: bionic
language: python
language: python
python:
- "3.6"
- "2.7"
python:
- "3.6"
- "2.7"
before_install:
- sudo apt-get update