Upload build status

This commit is contained in:
tzutalin 2016-04-19 14:51:28 +08:00
parent 3079b300a5
commit 6bd9e31231
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -1,5 +1,7 @@
# LabelImg # LabelImg
[![Build Status](https://travis-ci.org/tzutalin/labelImg.png)](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
View File