Removed obsolete 'sudo' key and renamed 'matrix' to 'jobs'

This commit is contained in:
James Morris
2020-07-16 16:57:56 -04:00
parent 40c5642eb2
commit 7f2a951b5a

View File

@@ -2,7 +2,6 @@ dist: xenial
os:
- linux
# - osx
sudo: required
language: python
python:
- "3.7"
@@ -12,7 +11,7 @@ python:
- "2.7"
- "pypy"
- "pypy3"
matrix:
jobs:
include:
# add a pep8 test
- python: 3.6