Skip to content
Snippets Groups Projects
Commit 6beb730edda9 authored by Bob Ippolito's avatar Bob Ippolito
Browse files

Merge pull request #246 from cclauss/patch-1

.travis.yml: The 'sudo' tag is now deprecated in Travis CI
Branches
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@
include:
- os: linux
dist: trusty
sudo: false
python: '2.6'
- os: linux
dist: trusty
......@@ -11,7 +10,6 @@
python: '2.6'
- os: linux
dist: trusty
sudo: false
python: '2.7'
- os: linux
dist: trusty
......@@ -15,7 +13,6 @@
python: '2.7'
- os: linux
dist: trusty
sudo: false
python: '3.3'
- os: linux
dist: trusty
......@@ -19,7 +16,6 @@
python: '3.3'
- os: linux
dist: trusty
sudo: false
python: '3.4'
- os: linux
dist: trusty
......@@ -23,7 +19,6 @@
python: '3.4'
- os: linux
dist: trusty
sudo: false
python: '3.5'
- os: linux
dist: trusty
......@@ -27,7 +22,6 @@
python: '3.5'
- os: linux
dist: trusty
sudo: false
python: '3.6'
- os: linux
dist: xenial
......@@ -31,9 +25,8 @@
python: '3.6'
- os: linux
dist: xenial
sudo: required
services:
- docker
python: '3.7'
env: BUILD_SDIST=true
- os: linux
......@@ -35,8 +28,7 @@
services:
- docker
python: '3.7'
env: BUILD_SDIST=true
- os: linux
sudo: false
python: pypy
- os: linux
......@@ -41,6 +33,5 @@
python: pypy
- os: linux
sudo: false
python: pypy3
- os: osx
language: objective-c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment