1 Star 0 Fork 0

Jaleel/aws-parallelcluster

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 399 Bytes
一键复制 编辑 原始数据 按行查看 历史
Francesco De Martino 提交于 2019-10-29 19:52 +08:00 . Enable tests on Python 3.8
language: python
sudo: required
dist: xenial
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
matrix:
include:
- name: Code Checks
python: 3.6
stage: linters
env: TOXENV=code-linters
- name: CloudFormation Templates Checks
python: 3.6
stage: linters
env: TOXENV=cfn-format-check,cfn-lint
install:
- pip install tox-travis
script: cd cli && tox
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/JaleelCool/aws-parallelcluster.git
git@gitee.com:JaleelCool/aws-parallelcluster.git
JaleelCool
aws-parallelcluster
aws-parallelcluster
master

搜索帮助