travis: Initial .travis.yml update for containers

This commit is contained in:
Florian Bruhin 2017-09-09 21:40:19 +02:00
parent 8fce08a927
commit eae276b539

View File

@ -1,6 +1,6 @@
sudo: required sudo: false
dist: trusty dist: trusty
language: generic language: python
group: edge group: edge
matrix: matrix:
@ -20,19 +20,15 @@ matrix:
env: DOCKER=ubuntu-xenial env: DOCKER=ubuntu-xenial
services: docker services: docker
- os: linux - os: linux
language: python
python: 3.6 python: 3.6
env: TESTENV=py36-pyqt571 env: TESTENV=py36-pyqt571
- os: linux - os: linux
language: python
python: 3.6 python: 3.6
env: TESTENV=py36-pyqt58 env: TESTENV=py36-pyqt58
- os: linux - os: linux
language: python
python: 3.5 python: 3.5
env: TESTENV=py35-pyqt59 env: TESTENV=py35-pyqt59
- os: linux - os: linux
language: python
python: 3.6 python: 3.6
env: TESTENV=py36-pyqt59 env: TESTENV=py36-pyqt59
- os: osx - os: osx
@ -44,7 +40,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
language: python
python: 3.6 python: 3.6
- os: linux - os: linux
env: TESTENV=flake8 env: TESTENV=flake8