Commit 6ef0c08d authored by Hamaker, Alec's avatar Hamaker, Alec
Browse files

Added use of test env file

parent dacc4196
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ services:
      - ./src/:/tmp/src
      - ./test/:/test/
    env_file:
      - ./envfile
      - ./test_envfile
    #command: ["sh", "-c", "pytest --cov=common /test/test.py"]
    command: ["sh", "-c", "test-db-conn && pytest -v --cov=common /test/test.py"]
    depends_on: