switch to pytest (#495)

* switch to pytest

* remove observation space sampling

* fix test
This commit is contained in:
John Schulman
2017-02-11 22:17:02 -08:00
committed by GitHub
parent 33a6112e07
commit 6f4f5653de
11 changed files with 52 additions and 72 deletions

View File

@@ -36,5 +36,5 @@ setup(name='gym',
],
extras_require=extras,
package_data={'gym': ['envs/mujoco/assets/*.xml', 'envs/classic_control/assets/*.png']},
tests_require=['nose2', 'mock'],
tests_require=['pytest', 'mock'],
)