Skip to content

Commit

Permalink
box2d kengz vs py (openai#1120)
Browse files Browse the repository at this point in the history
* try build with box2d-kengz

* test box2d envs

* use box2d-py in tox.ini for tests

* box2d-py instead of box2d-kengz in box2d dependencies

* test dependencies in tox.ini use dependencies in setup.py

* further cleanups of tox.ini

* further cleanups

* added scipy to list of requirements

* added a note about box2d-kengz into README

* build box2d from scratch, add a note to README about it

* use box2d-py>=2.3.4

* removed box2d installation instructions from README
  • Loading branch information
pzhokhov authored and gabrielnan committed Aug 15, 2018
1 parent c155d5a commit 1332bbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
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}

0 comments on commit 1332bbf

Please sign in to comment.