1 Star 0 Fork 0

AustinKuture/labelImg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 1.48 KB
一键复制 编辑 原始数据 按行查看 历史
# vim: set ts=2 et:
# run xvfb with 32-bit color
# xvfb-run -s '-screen 0 1600x1200x24+32' command_goes_here
matrix:
include:
# Python 3 + QT5
- os: linux
dist: trusty
sudo: required
language: generic
python: "3.5"
env:
- QT=5
- CONDA=4.2.0
addons:
apt:
packages:
- cmake
- xvfb
before_install:
# ref: https://repo.anaconda.com/archive/
- curl -O https://repo.anaconda.com/archive/Anaconda3-2020.02-Linux-x86_64.sh
# ref: http://conda.pydata.org/docs/help/silent.html
- /bin/bash Anaconda3-2020.02-Linux-x86_64.sh -b -p $HOME/anaconda3
- export PATH="$HOME/anaconda3/bin:$PATH"
# ref: http://stackoverflow.com/questions/21637922/how-to-install-pyqt4-in-anaconda
- conda create -y -n labelImg-py3qt5 python=3.5
- source activate labelImg-py3qt5
- conda install -y pyqt=5
- conda install -y lxml
- make qt5py3
- xvfb-run make testpy3
# Pipenv Python 3 + QT5 - Build .app
- os: osx
language: generic
python: "3.7"
env:
- PIPENV_VENV_IN_PROJECT=1
- PIPENV_IGNORE_VIRTUALENVS=1
install:
- pip3 install pipenv
- pipenv install pyqt5 lxml
- pipenv run pip install pyqt5==5.13.2 lxml
- pipenv run make qt5py3
- rm -rf build dist
- pipenv run python setup.py py2app
- open dist/labelImg.app
script:
- exit 0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/AustinKuture/labelImg.git
git@gitee.com:AustinKuture/labelImg.git
AustinKuture
labelImg
labelImg
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385