Skip to content

Commit

Permalink
Update buildspec_unit.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shivlaks committed Feb 10, 2021
1 parent 7640db1 commit 4457195
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildspec_unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ version: 0.2
phases:
pre_build:
commands:
- pip install --upgrade pip
- pip install setuptools wheel twine
- python setup.py sdist
- pip install tox
build:
commands:
- twine check dist/*
- tox tests/unit/
- tox tests/integ/

0 comments on commit 4457195

Please sign in to comment.