Merge pull request #209 from krichter722/expand-travis

Expanded Python versions in .travis.yml
This commit is contained in:
boltgolt 2019-05-16 22:06:35 +02:00 committed by GitHub
commit 55bd22ce4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,11 @@
sudo: required
dist: xenial
language: python
python: "3.6"
python:
- "3.4"
- "3.6"
- "3.7"
- "3.8-dev"
script:
# Build the binary (.deb)