[Travis] no auto-ruby

This commit is contained in:
MinchinWeb 2019-11-28 07:59:06 -07:00
parent b0f07eeb59
commit 3c2ced0989

View file

@ -2,12 +2,16 @@ dist: xenial # required for Python >= 3.7
jobs:
include:
- name: "Python 3.6 on Linux"
language: python
python: 3.6
- name: "Python 3.7 on Linux"
language: python
python: 3.7
- name: "Python 3.8 on Linux"
language: python
python: 3.8
- name: "Python dev on Linux"
language: python
python: nightly
- name: "Python 3.7.4 on MacOS"
os: osx