代码拉取完成,页面将自动刷新
language: python
# Use container-based infrastructure
sudo: false
matrix:
include:
- env: TOX_ENV=py27-cryptography
python: 2.7
- env: TOX_ENV=py27-pycrypto
python: 2.7
- env: TOX_ENV=py34-cryptography
python: 3.4
- env: TOX_ENV=py34-pycrypto
python: 3.4
- env: TOX_ENV=py35-cryptography
python: 3.5
- env: TOX_ENV=py35-pycrypto
python: 3.5
- env: TOX_ENV=py36-cryptography
python: 3.6
- env: TOX_ENV=py36-pycrypto
python: 3.6
- env: TOX_ENV=pypy-cryptography
python: "pypy"
- env: TOX_ENV=pypy3-cryptography
python: "pypy3"
services:
- redis-server
- memcached
cache:
directories:
- $HOME/.cache/pip
install:
- pip install tox
- pip install "flake8>=3.7"
before_script:
- "flake8 ."
script:
tox -e $TOX_ENV
after_success:
- |
if [[ "${TRAVIS_TAG:-}" != "" && "$TOX_ENV" == "py36-cryptography" ]]; then
python3.6 setup.py sdist bdist_wheel;
python3.6 -m pip install twine;
python3.6 -m twine upload --skip-existing dist/*;
fi
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。