Add multiple operating systems

This commit is contained in:
Andrei 2019-10-07 01:35:44 +03:00
parent f7009b009b
commit 90f61c9d4e
1 changed files with 10 additions and 1 deletions

View File

@ -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)