1 Star 0 Fork 1

小焦小焦花样多骄O.o/ryu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 687 Bytes
一键复制 编辑 原始数据 按行查看 历史
Brad Cowie 提交于 2020-05-12 15:41 . Upgrade to ubuntu bionic.
dist: bionic
language: python
matrix:
include:
- python: 3.6
env: TOX_ENV=pycodestyle
- python: 3.6
env: TOX_ENV=py36
- python: 3.6
env: TOX_ENV=autopep8
- python: 3.5
env: TOX_ENV=py35
- python: 3.7
env: TOX_ENV=py37
- python: 3.8
env: TOX_ENV=py38
# This is disabled because of trouble running on travis CI.
# - python: pypy
# env: TOX_ENV=pypy
services:
- docker
sudo: required # Required to enable Docker service
install:
- pip install tox coveralls
- bash ryu/tests/integrated/common/install_docker_test_pkg_for_travis.sh
script:
- NOSE_VERBOSE=0 tox -e $TOX_ENV
after_success:
- coveralls
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jordenhai/ryu.git
git@gitee.com:jordenhai/ryu.git
jordenhai
ryu
ryu
master

搜索帮助