Merge pull request #209 from krichter722/expand-travis
Expanded Python versions in .travis.yml
This commit is contained in:
commit
55bd22ce4d
1 changed files with 6 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue