From 94212951ee5308b4aef6689b1371b402bb83b879 Mon Sep 17 00:00:00 2001 From: tzutalin Date: Sun, 12 Jun 2022 10:21:53 -0700 Subject: [PATCH] Switch to travis-ci.com --- .gitignore | 2 ++ README.rst | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3c7eedca3..dc255e2ac 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,5 @@ cscope* .Trashes ehthumbs.db Thumbs.db + +Pipfile diff --git a/README.rst b/README.rst index eadc49cf0..3f3e71fdd 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ -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 ./