From 6123198bbfb7b16198c67e47fb4bed5beea71217 Mon Sep 17 00:00:00 2001 From: sharkykh Date: Tue, 30 Apr 2019 02:23:03 +0300 Subject: [PATCH] Reorder environments --- .travis.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 863ff65..f756845 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,24 +1,24 @@ language: python -python: - - "2.7" - - "3.4" - - "3.5" - - "3.6" matrix: include: - # Obtain Python 3.7 from xenial as per https://github.com/travis-ci/travis-ci/issues/9815 - - python: "3.7" - dist: xenial - os: windows language: sh python: 3 - # Perform the manual steps on windows to install python3 and tox + # Perform the manual steps on windows to install python3 before_install: - choco install python3 --params "/InstallDir:C:\Python" - export PATH="/c/Python:/c/Python/Scripts:$PATH" - python -m pip install --upgrade pip before_script: - export TOXENV=py3-win + + - python: "2.7" + - python: "3.4" + - python: "3.5" + - python: "3.6" + # Obtain Python 3.7 from xenial as per https://github.com/travis-ci/travis-ci/issues/9815 + - python: "3.7" + dist: xenial install: - pip install tox before_script: