Expanded Python versions in .travis.yml
This commit is contained in:
parent
3a09d4c629
commit
4d614ca443
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