1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-18 03:30:19 +01:00

tests: fix multi environment variables in configci (#284)

* tests: fix multi environment variables in configci

- fix multi environment vairables in configci
- removing bitflip from mujoco tests
- add bitflip to gym

* tests: disable mujoco_a3c_lstm + fix timeout and fix docker
This commit is contained in:
anabwan
2019-04-04 16:11:41 +03:00
committed by GitHub
parent f173e69187
commit cdb8d9e518
3 changed files with 14 additions and 14 deletions

View File

@@ -45,7 +45,7 @@ endif
ifndef FUNCTIONAL_PRESETS
FUNCTIONAL_PRESETS=
endif
FUNCTIONAL_TESTS=python3 -m pytest rl_coach/tests -s -v -k ${FUNCTIONAL_PRESETS} -m functional_test
FUNCTIONAL_TESTS=python3 -m pytest rl_coach/tests -s -v ${FUNCTIONAL_PRESETS} -m functional_test
# Golden Tests
ifdef GOLDEN_PRESETS