Skip to content

Commit

Permalink
Merge pull request openai#32 from openai/gdb
Browse files Browse the repository at this point in the history
Fix pull request testing
  • Loading branch information
jonasschneider committed Apr 30, 2016
2 parents 47f7f3d + 0e31b5b commit 5983160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gym/envs/tests/test_envs.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@tools.params(*specs)
def test_env(spec):
skip_mujoco = os.environ.get('TRAVIS_PULL_REQUEST', 'false') != 'false'
if skip_mujoco and spec.entry_point.startswith('gym.envs.mujoco:'):
if skip_mujoco and spec._entry_point.startswith('gym.envs.mujoco:'):
return

env = spec.make()
Expand Down

0 comments on commit 5983160

Please sign in to comment.