Skip to content

Commit

Permalink
fix python patch version (something is off in newer versions and open…
Browse files Browse the repository at this point in the history
…gl rendering for mujoco tests) (openai#1605)
  • Loading branch information
pzhokhov authored Jul 22, 2019
1 parent d993d5f commit 0a3a920
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ services:
env:
# - UBUNTU_VER=14.04 - problems with atari-py
- PY_VER=2.7
- PY_VER=3.5
- PY_VER=3.6
- PY_VER=3.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:
Expand Down

0 comments on commit 0a3a920

Please sign in to comment.