From f8e1f28dcc1c1f7f9d879287fa2e6b66032046ed Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sun, 10 Mar 2019 19:52:00 +0100 Subject: [PATCH] Remove and move some lines --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 830e7f6c4..592b1a4a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,11 +16,8 @@ before_install: install: - powershell -executionpolicy bypass "C:\tools\msys64\usr\bin\bash -lc 'pacman -S mingw-w64-x86_64-gtk3 --noconfirm'" - py -m pip install --upgrade pip setuptools - - ls /c/tools/msys64 - - ls /c/tools/msys64/mingw64 - - ls /c/tools/msys64/mingw64/bin + - export "PATH=$PATH:C:\tools\msys64\mingw64\bin" script: - - export "PATH=$PATH:C:\tools\msys64\mingw64\bin" - py -m pip install .[test] - py -m pytest