mirror of
https://github.com/nicolabs/nicobot.git
synced 2025-09-05 17:15:36 +02:00
- removing linux in jobs/include as it's already tested with the top /python list
This commit is contained in:
parent
7902419e6c
commit
d3e58ca028
|
@ -1,4 +1,3 @@
|
|||
# See https://docs.travis-ci.com/user/languages/python/#running-python-tests-on-multiple-operating-systems
|
||||
language: python
|
||||
python: # this works for Linux but is ignored on macOS or Windows
|
||||
- "3.5"
|
||||
|
@ -6,9 +5,9 @@ python: # this works for Linux but is ignored on macOS or Windows
|
|||
- "3.7"
|
||||
- "3.8"
|
||||
- "3.9"
|
||||
# See https://docs.travis-ci.com/user/languages/python/#running-python-tests-on-multiple-operating-systems
|
||||
jobs:
|
||||
include:
|
||||
- name: "Python x on Xenial Linux"
|
||||
- name: "Python 3.7 on macOS"
|
||||
os: osx
|
||||
osx_image: xcode11.2 # Python 3.7.4 running on macOS 10.14.4
|
||||
|
|
Loading…
Reference in a new issue