Fix travis deprecation warnings
This commit is contained in:
+1
-6
@@ -1,16 +1,14 @@
|
|||||||
language: minimal
|
language: minimal
|
||||||
|
|
||||||
matrix:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- name: Linux | x86_64 + i686 | Python 3.5
|
- name: Linux | x86_64 + i686 | Python 3.5
|
||||||
sudo: required
|
|
||||||
language: python
|
language: python
|
||||||
python: 3.5
|
python: 3.5
|
||||||
services: docker
|
services: docker
|
||||||
env: PYTHON=python
|
env: PYTHON=python
|
||||||
|
|
||||||
- name: Linux | arm64 | Python 3.5
|
- name: Linux | arm64 | Python 3.5
|
||||||
sudo: required
|
|
||||||
language: python
|
language: python
|
||||||
python: 3.5
|
python: 3.5
|
||||||
services: docker
|
services: docker
|
||||||
@@ -18,7 +16,6 @@ matrix:
|
|||||||
env: PYTHON=python
|
env: PYTHON=python
|
||||||
|
|
||||||
- name: Linux | ppc64le | Python 3.5
|
- name: Linux | ppc64le | Python 3.5
|
||||||
sudo: required
|
|
||||||
language: python
|
language: python
|
||||||
python: 3.5
|
python: 3.5
|
||||||
services: docker
|
services: docker
|
||||||
@@ -40,7 +37,6 @@ matrix:
|
|||||||
- C:\\Python35\\python ./bin/run_tests.py
|
- C:\\Python35\\python ./bin/run_tests.py
|
||||||
|
|
||||||
- name: Linux | s390x | Python 3.5
|
- name: Linux | s390x | Python 3.5
|
||||||
sudo: required
|
|
||||||
language: python
|
language: python
|
||||||
python: 3.5
|
python: 3.5
|
||||||
services: docker
|
services: docker
|
||||||
@@ -51,7 +47,6 @@ matrix:
|
|||||||
allow_failures:
|
allow_failures:
|
||||||
# must repeat the s390x job above exactly to match
|
# must repeat the s390x job above exactly to match
|
||||||
- name: Linux | s390x | Python 3.5
|
- name: Linux | s390x | Python 3.5
|
||||||
sudo: required
|
|
||||||
language: python
|
language: python
|
||||||
python: 3.5
|
python: 3.5
|
||||||
services: docker
|
services: docker
|
||||||
|
|||||||
Reference in New Issue
Block a user