Switch to travis-ci.com

This commit is contained in:
tzutalin 2022-06-12 10:21:53 -07:00
parent 0c377fc258
commit 94212951ee
2 changed files with 5 additions and 3 deletions

2
.gitignore vendored
View File

@ -26,3 +26,5 @@ cscope*
.Trashes .Trashes
ehthumbs.db ehthumbs.db
Thumbs.db Thumbs.db
Pipfile

View File

@ -4,8 +4,8 @@ LabelImg
.. image:: https://img.shields.io/pypi/v/labelimg.svg .. image:: https://img.shields.io/pypi/v/labelimg.svg
:target: https://pypi.python.org/pypi/labelimg :target: https://pypi.python.org/pypi/labelimg
.. image:: https://img.shields.io/travis/tzutalin/labelImg.svg .. image:: https://app.travis-ci.com/tzutalin/labelImg.svg?branch=master
:target: https://travis-ci.org/tzutalin/labelImg :target: https://app.travis-ci.com/tzutalin/labelImg
.. image:: https://img.shields.io/badge/lang-en-blue.svg .. image:: https://img.shields.io/badge/lang-en-blue.svg
:target: https://github.com/tzutalin/labelImg/blob/master/README.zh.rst :target: https://github.com/tzutalin/labelImg/blob/master/README.zh.rst
@ -124,7 +124,7 @@ If you want to package it into a separate EXE file
.. code:: shell .. code:: shell
Install pyinstaller and execute: Install pyinstaller and execute:
pip install pyinstaller pip install pyinstaller
pyinstaller --hidden-import=pyqt5 --hidden-import=lxml -F -n "labelImg" -c labelImg.py -p ./libs -p ./ pyinstaller --hidden-import=pyqt5 --hidden-import=lxml -F -n "labelImg" -c labelImg.py -p ./libs -p ./