1 Star 0 Fork 0

陈廷杰/gym

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 488 Bytes
一键复制 编辑 原始数据 按行查看 历史
dist: focal
language: python
python:
- "3.7"
services:
- docker
env:
- PY_VER=3.6.12
- PY_VER=3.7.9
- PY_VER=3.8.6
install: "" # so travis doesn't do pip install requirements.txt
script:
- docker build -f py.Dockerfile --build-arg MUJOCO_KEY=$MUJOCO_KEY --build-arg PYTHON_VER=$PY_VER -t gym-test .
- docker run gym-test
deploy:
provider: pypi
username: $TWINE_USERNAME
password: $TWINE_PASSWORD
on:
tags: true
condition: $PY_VER = 3.6.12
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/czl000/gym.git
git@gitee.com:czl000/gym.git
czl000
gym
gym
master

搜索帮助