Skip to content

Commit

Permalink
Remove and move some lines
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Mar 10, 2019
1 parent 87678ae commit f8e1f28
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f8e1f28

Please sign in to comment.