代码拉取完成,页面将自动刷新
#################################
# General setup
#################################
language: python
sudo: false
addons:
apt:
packages:
# - dpkg-dev
# - build-essential
# - libwebkitgtk-dev
# - libjpeg-dev
# - libtiff4-dev
# - libgtk2.0-dev
# - libsdl1.2-dev
# - libgstreamer-plugins-base0.10-dev
# - libnotify-dev
# - freeglut3
# - freeglut3-dev
matrix:
include:
# - python: "2.7"
# env:
# # wxPython_Phoenix-3.0.3-dev1956+aab2833 with fixes
# - WXPYTHON=https://gitlab.com/dougthor42/wxPython_Phoenix-wheels/raw/master/ubuntu-12.04.5-desktop-amd64/wxPython_Phoenix-3.0.3.dev1956_aab2833-cp27-cp27mu-linux_x86_64.whl
- python: "3.4"
env:
# wxPython_Phoenix-3.0.3-dev1956+aab2833 with fixes
- WXPYTHON=https://gitlab.com/dougthor42/wxPython_Phoenix-wheels/raw/master/ubuntu-15.10-server-amd64/wxPython_Phoenix-3.0.3.dev1956+aab2833-cp34-cp34m-linux_x86_64.whl
notifications:
email: false
#################################
# Build Lifecycle
#################################
before_install:
- echo "----- before_install -----"
install:
- echo "----- install -----"
# Start the install of everything
- pip install --upgrade pip
- pip install -r requirements.txt
- pip install -r dev-requirements.txt
- pip install $WXPYTHON
script:
- echo "----- script -----"
- python -c "import sys;print(sys.version);print(sys.path)"
- python -c "import wx;print(wx.VERSION_STRING)"
# - grep -C 5 '_Colour___hash__'
- pytest -ra wafer_map --cov wafer_map --cov-report term
after_success:
- echo "----- after_success -----"
# Send coverage information to coveralls.io
- coveralls
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。