travis: Use Python 3.6 everywhere
This commit is contained in:
parent
37464c8e3a
commit
836c8de87d
@ -2,6 +2,7 @@ sudo: false
|
|||||||
dist: trusty
|
dist: trusty
|
||||||
language: python
|
language: python
|
||||||
group: edge
|
group: edge
|
||||||
|
python: 3.6
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
@ -18,16 +19,13 @@ matrix:
|
|||||||
env: DOCKER=ubuntu-xenial
|
env: DOCKER=ubuntu-xenial
|
||||||
services: docker
|
services: docker
|
||||||
- os: linux
|
- os: linux
|
||||||
python: 3.6
|
|
||||||
env: TESTENV=py36-pyqt571
|
env: TESTENV=py36-pyqt571
|
||||||
- os: linux
|
- os: linux
|
||||||
python: 3.6
|
|
||||||
env: TESTENV=py36-pyqt58
|
env: TESTENV=py36-pyqt58
|
||||||
- os: linux
|
- os: linux
|
||||||
python: 3.5
|
python: 3.5
|
||||||
env: TESTENV=py35-pyqt59
|
env: TESTENV=py35-pyqt59
|
||||||
- os: linux
|
- os: linux
|
||||||
python: 3.6
|
|
||||||
env: TESTENV=py36-pyqt59-cov
|
env: TESTENV=py36-pyqt59-cov
|
||||||
- os: osx
|
- os: osx
|
||||||
env: TESTENV=py36 OSX=elcapitan
|
env: TESTENV=py36 OSX=elcapitan
|
||||||
@ -38,7 +36,6 @@ matrix:
|
|||||||
# osx_image: xcode6.4
|
# osx_image: xcode6.4
|
||||||
- os: linux
|
- os: linux
|
||||||
env: TESTENV=pylint PYTHON=python3.6
|
env: TESTENV=pylint PYTHON=python3.6
|
||||||
python: 3.6
|
|
||||||
- os: linux
|
- os: linux
|
||||||
env: TESTENV=flake8
|
env: TESTENV=flake8
|
||||||
- os: linux
|
- os: linux
|
||||||
|
Loading…
Reference in New Issue
Block a user