test docker images based on python images (#1474)

* base test docker image on python images

* fix py3 build

* fixes for python-based dockerfile

* re-enable py27 build

* remove requirements_dev.txt and unittest.cfg (cleaning up build pipeline)
This commit is contained in:
pzhokhov
2019-05-10 14:49:16 -07:00
committed by GitHub
parent 32253b5226
commit 8b15512bba
10 changed files with 38 additions and 205 deletions

View File

@@ -31,7 +31,7 @@ setup(name='gym',
if package.startswith('gym')],
zip_safe=False,
install_requires=[
'scipy', 'numpy>=1.10.4', 'requests>=2.0', 'six', 'pyglet>=1.2.0',
'scipy', 'numpy>=1.10.4', 'six', 'pyglet>=1.2.0',
],
extras_require=extras,
package_data={'gym': [