Add multiple operating systems
This commit is contained in:
parent
f7009b009b
commit
90f61c9d4e
11
.travis.yml
11
.travis.yml
|
@ -1,7 +1,16 @@
|
|||
# Disable sudo to speed up the build
|
||||
sudo: false
|
||||
|
||||
# Set the build language to Python
|
||||
# multiple operating systems
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
- windows
|
||||
# clone depth
|
||||
git:
|
||||
depth: 3
|
||||
|
||||
# Set the build language to Python
|
||||
language: python
|
||||
|
||||
# Set the python version to 3.(6,7,8)
|
||||
|
|
Loading…
Reference in New Issue