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
|
||||
matrix:
|
||||
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
|
||||
python: 2.6
|
||||
- env: TARGET=sanity TOXENV=py27
|
||||
|
@ -14,12 +19,7 @@ matrix:
|
|||
python: 3.4
|
||||
- env: TARGET=sanity TOXENV=py35
|
||||
python: 3.5
|
||||
- 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=py24
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
|
|
Loading…
Reference in a new issue