summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2016-07-25 17:31:53 -0700
committerDylan Baker <dylan@pnwbakers.com>2016-08-03 13:04:19 -0700
commit4e06c74956d8a77bbb0da4da1cf71e98682a3ec1 (patch)
treea15dbb8a988c5cb86c671092e978201ef66c19bb /.travis.yml
parent971b185aebd36559c1db414647b3c16620ee91bc (diff)
travis: combine noaccel and accel profiles
Acquiring the VM's to run the tests is the single most time consuming part of the travis process, to reduce the amount of turn around combine the noaccel and accel profiles, so that a test is run per python version rather than per profile. Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 4 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 8532d47bd..5c3bf0821 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,14 +2,10 @@ language: python
python: 3.5
cache: pip
env:
- - TOX_ENV=py27-noaccel
- - TOX_ENV=py27-accel-nix
- - TOX_ENV=py33-noaccel
- - TOX_ENV=py33-accel-nix
- - TOX_ENV=py34-noaccel
- - TOX_ENV=py34-accel-nix
- - TOX_ENV=py35-noaccel
- - TOX_ENV=py35-accel-nix
+ - TOX_ENV="py27-{noaccel,accel-nix}"
+ - TOX_ENV="py33-{noaccel,accel-nix}"
+ - TOX_ENV="py34-{noaccel,accel-nix}"
+ - TOX_ENV="py35-{noaccel,accel-nix}"
install:
pip install tox
script: