当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
25 Star 61 Fork 34

fffonion / xeHentai
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
fffonion 提交于 2019-08-04 07:30 . re-add windows travis ci
sudo: required
dist: xenial
matrix:
include:
- os: linux
language: python
python: "2.7"
- os: linux
language: python
python: "3.5"
- os: linux
language: python
python: "3.6"
- os: linux
language: python
python: "3.7"
# https://chocolatey.org/packages/python2
# - os: windows
# language: sh
# python: "2.7"
# before_install:
# - choco install python2
# - export PATH="/c/Python26:/c/Python27/Scripts:$PATH"
# - wget https://bootstrap.pypa.io/get-pip.py
# - python ./get-pip.py
# https://chocolatey.org/packages/python/3.7.4
- os: windows
language: sh
python: "3.5"
before_install:
- choco install python --version 3.5.4
- export PATH="/c/Python35:/c/Python35/Scripts:$PATH"
- os: windows
language: sh
python: "3.6"
before_install:
- choco install python --version 3.6.8
- export PATH="/c/Python36:/c/Python36/Scripts:$PATH"
- os: windows
language: sh
python: "3.7"
before_install:
- choco install python --version 3.7.4
- export PATH="/c/Python37:/c/Python37/Scripts:$PATH"
install:
- python setup.py install
script:
- xeH --help
- xeH $TEST_URL_E --dir test1
# nested env currently have no effect on windows
- LANG=zh_CN.utf-8 LC_ALL=zh_CN.utf-8 xeH $TEST_URL_E --dir test1
- LANG=zh_TW.utf-8 LC_ALL=zh_TW.utf-8 xeH $TEST_URL_E --dir test1
- xeH $TEST_URL_E --dir test1 --archive true
Python
1
https://gitee.com/fffonion/xehentai.git
git@gitee.com:fffonion/xehentai.git
fffonion
xehentai
xeHentai
master

搜索帮助