Upload build status
This commit is contained in:
parent
3079b300a5
commit
6bd9e31231
@ -6,9 +6,9 @@ addons:
|
|||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- cmake
|
- cmake
|
||||||
- time
|
|
||||||
- pyqt4-dev-tools
|
- pyqt4-dev-tools
|
||||||
|
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install: "sudo apt-get install pyqt4-dev-tools"
|
install: "pip install --user -r requirements.txt"
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script: make all
|
script: make all
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
# LabelImg
|
# LabelImg
|
||||||
|
|
||||||
|
[](https://travis-ci.org/tzutalin/labelImg)
|
||||||
|
|
||||||
LabelImg is a graphical image annotation tool.
|
LabelImg is a graphical image annotation tool.
|
||||||
|
|
||||||
It is written in Python and uses Qt for its graphical interface.
|
It is written in Python and uses Qt for its graphical interface.
|
||||||
|
|||||||
0
requirements.txt
Normal file
0
requirements.txt
Normal file
Loading…
x
Reference in New Issue
Block a user