Run longest running tests first to see if we shave off a few minutes
This commit is contained in:
parent
92f29746d9
commit
35a6c931bc
1 changed files with 7 additions and 7 deletions
14
.travis.yml
14
.travis.yml
|
@ -5,7 +5,12 @@ services:
|
||||||
language: python
|
language: python
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- env: TARGET=sanity TOXENV=py24
|
- env: TARGET=centos6
|
||||||
|
- env: TARGET=centos7 TARGET_OPTIONS="--volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
||||||
|
- env: TARGET=fedora23 TARGET_OPTIONS="--volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
||||||
|
- env: TARGET=fedora-rawhide TARGET_OPTIONS="--volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
||||||
|
- env: TARGET=ubuntu1204
|
||||||
|
- env: TARGET=ubuntu1404
|
||||||
- env: TARGET=sanity TOXENV=py26
|
- env: TARGET=sanity TOXENV=py26
|
||||||
python: 2.6
|
python: 2.6
|
||||||
- env: TARGET=sanity TOXENV=py27
|
- env: TARGET=sanity TOXENV=py27
|
||||||
|
@ -14,12 +19,7 @@ matrix:
|
||||||
python: 3.4
|
python: 3.4
|
||||||
- env: TARGET=sanity TOXENV=py35
|
- env: TARGET=sanity TOXENV=py35
|
||||||
python: 3.5
|
python: 3.5
|
||||||
- env: TARGET=centos6
|
- env: TARGET=sanity TOXENV=py24
|
||||||
- env: TARGET=centos7 TARGET_OPTIONS="--volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
|
||||||
- env: TARGET=fedora23 TARGET_OPTIONS="--volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
|
||||||
- env: TARGET=fedora-rawhide TARGET_OPTIONS="--volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
|
||||||
- env: TARGET=ubuntu1204
|
|
||||||
- env: TARGET=ubuntu1404
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
|
|
Loading…
Reference in a new issue