Skip to content

Commit

Permalink
run tests with --forked to mitigate mujoco envs memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
pzhokhov committed Feb 6, 2019
1 parent 97bef50 commit d828b78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ whitelist_externals=make
passenv=DISPLAY MUJOCO_KEY LD_LIBRARY_PATH TRAVIS*
deps =
pytest
pytest-forked
mock
-e .[all]
commands =
pytest {posargs}
pytest --forked {posargs}

0 comments on commit d828b78

Please sign in to comment.