- removing linux in jobs/include as it's already tested with the top /python list

This commit is contained in:
nicobo 2021-01-20 23:17:59 +01:00
parent 7902419e6c
commit d3e58ca028
No known key found for this signature in database
GPG key ID: 2581E71C5FA5285F

View file

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