Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Switch to travis-ci.com
Browse files Browse the repository at this point in the history
  • Loading branch information
tzutalin committed Jun 12, 2022
1 parent 0c377fc commit 9421295
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ cscope*
.Trashes
ehthumbs.db
Thumbs.db

Pipfile
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ LabelImg
.. image:: https://img.shields.io/pypi/v/labelimg.svg
:target: https://pypi.python.org/pypi/labelimg

.. image:: https://img.shields.io/travis/tzutalin/labelImg.svg
:target: https://travis-ci.org/tzutalin/labelImg
.. image:: https://app.travis-ci.com/tzutalin/labelImg.svg?branch=master
:target: https://app.travis-ci.com/tzutalin/labelImg

.. image:: https://img.shields.io/badge/lang-en-blue.svg
:target: https://github.com/tzutalin/labelImg/blob/master/README.zh.rst
Expand Down Expand Up @@ -124,7 +124,7 @@ If you want to package it into a separate EXE file
.. code:: shell
Install pyinstaller and execute:
pip install pyinstaller
pyinstaller --hidden-import=pyqt5 --hidden-import=lxml -F -n "labelImg" -c labelImg.py -p ./libs -p ./
Expand Down

0 comments on commit 9421295

Please sign in to comment.