Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

box2d kengz vs py #1120

Merged
merged 13 commits into from
Aug 9, 2018
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Environment-specific dependencies.
extras = {
'atari': ['atari_py>=0.1.1', 'Pillow', 'PyOpenGL'],
'box2d': ['box2d-py'],
'box2d': ['box2d-py>=2.3.4'],
'classic_control': ['PyOpenGL'],
'mujoco': ['mujoco_py>=1.50', 'imageio'],
'robotics': ['mujoco_py>=1.50', 'imageio'],
Expand Down
9 changes: 0 additions & 9 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,3 @@ deps =
commands =
pytest {posargs}

[testenv:py27]
whitelist_externals=make
passenv=DISPLAY TRAVIS*
deps =
pytest
mock
-e .[all]
commands =
pytest {posargs}