remove requirements.txt

This commit is contained in:
tzutalin 2016-04-19 14:58:44 +08:00
parent 6bd9e31231
commit 9bbfce26c2
2 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ addons:
- pyqt4-dev-tools - pyqt4-dev-tools
# command to install dependencies # command to install dependencies
install: "pip install --user -r requirements.txt" #install: "pip install --user -r requirements.txt"
# command to run tests # command to run tests
script: make all script: make all

View File