From 2dbb1a17552e56692b084fa18c5a10b385cce80e Mon Sep 17 00:00:00 2001 From: Erin O'Connell Date: Sat, 2 Sep 2017 00:21:43 -0600 Subject: [PATCH] matrix setup --- .travis.yml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index a1a5bdae..4c71d690 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,11 @@ language: python -python: - - "2.7" - - "3.4" - - "3.5" - - "3.6" - # - "3.7-dev" - # - "pypy" - # - "pypy3" # TODO: pkg_config issues + +matrix: + include: + - python: "2.7" + - python: "3.4" + - python: "3.5" + - python: "3.6" # command to install dependencies install: @@ -17,8 +16,6 @@ install: jobs: include: - stage: Style Tests ✨ - python: "3.6" script: pipenv run flake8 - stage: Main Test Suite ✨✨ - python: "3.6" script: pipenv run pytest tests