mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Remove dependency on sgmllib3k
This commit is contained in:
parent
0b5298f948
commit
7aa2c42094
2 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,6 @@ install:
|
||||||
- python3 -mpip install flake8
|
- python3 -mpip install flake8
|
||||||
- python3 -mpip install random2
|
- python3 -mpip install random2
|
||||||
- python3 -mpip install py2exe
|
- python3 -mpip install py2exe
|
||||||
- python3 -mpip install sgmllib3k
|
|
||||||
- python3 -mpip install six
|
- python3 -mpip install six
|
||||||
- perl -v
|
- perl -v
|
||||||
- copy C:\msys64\mingw64\bin\mingw32-make.exe C:\msys64\mingw64\bin\make.exe
|
- copy C:\msys64\mingw64\bin\mingw32-make.exe C:\msys64\mingw64\bin\make.exe
|
||||||
|
|
|
@ -7,7 +7,7 @@ before_install:
|
||||||
install:
|
install:
|
||||||
- sudo cpanm Test::Differences Test::TrailingSpace
|
- sudo cpanm Test::Differences Test::TrailingSpace
|
||||||
- "`which python3` -m pip install --upgrade --user flake8 random2 six"
|
- "`which python3` -m pip install --upgrade --user flake8 random2 six"
|
||||||
- "sudo /usr/bin/python3 -m pip install --upgrade random2 sgmllib3k six"
|
- "sudo /usr/bin/python3 -m pip install --upgrade random2 six"
|
||||||
- "`which python` -m pip install --upgrade --user random2 six"
|
- "`which python` -m pip install --upgrade --user random2 six"
|
||||||
- which python
|
- which python
|
||||||
script: "sh -x scripts/travis-ci-build"
|
script: "sh -x scripts/travis-ci-build"
|
||||||
|
|
Loading…
Add table
Reference in a new issue