Skip to content

Commit

Permalink
pipenv install 후 테스트를 실행하도록 buildspec 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JoMingyu committed Apr 18, 2019
1 parent 5282707 commit 2d8b41b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildspec.yml
Expand Up @@ -6,6 +6,7 @@ phases:
- pipenv install
pre_build:
commands:
- pipenv run python -m unittest discover tests
- export VIRTUAL_ENV=$(pipenv --venv)
build:
commands:
Expand Down

0 comments on commit 2d8b41b

Please sign in to comment.