The Wayback Machine - https://web.archive.org/web/20200126073904/https://github.com/openai/gym/blob/master/.travis.yml
Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
25 lines (23 sloc) 550 Bytes
dist: xenial
language: python
python:
- "3.7"
services:
- docker
env:
# - UBUNTU_VER=14.04 - problems with atari-py
- PY_VER=2.7
- PY_VER=3.5.6
- PY_VER=3.6.8
- PY_VER=3.7.3
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.5.6
You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.