Move requirements build to unittest Dockerfile

Previously, the requirements were built during compose runtime.
This commit is contained in:
James Laska
2016-09-20 16:24:29 -04:00
parent dcf127ac6d
commit 5b6f610970
2 changed files with 26 additions and 5 deletions

View File

@@ -8,7 +8,6 @@ services:
environment:
SWIG_FEATURES: "-cpperraswarn -includeall -I/usr/include/openssl"
TEST_DIRS: "awx/main/tests/unit"
command: ["make requirements_test test"]
command: ["make test"]
volumes:
- ../../../:/ansible-tower