diff --git a/.travis.yml b/.travis.yml index e1d57e4f..39a5d1fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,9 @@ addons: apt: packages: - cmake - - time - pyqt4-dev-tools + # command to install dependencies -install: "sudo apt-get install pyqt4-dev-tools" +install: "pip install --user -r requirements.txt" # command to run tests script: make all diff --git a/README.md b/README.md index 2c3ee9b4..fee0391f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # LabelImg +[![Build Status](https://travis-ci.org/tzutalin/labelImg.png)](https://travis-ci.org/tzutalin/labelImg) + LabelImg is a graphical image annotation tool. It is written in Python and uses Qt for its graphical interface. diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..e69de29b