Skip to content

Commit 4457195

Browse files
authored
Update buildspec_unit.yaml
1 parent 7640db1 commit 4457195

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildspec_unit.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ version: 0.2
33
phases:
44
pre_build:
55
commands:
6+
- pip install --upgrade pip
67
- pip install setuptools wheel twine
78
- python setup.py sdist
89
- pip install tox
910
build:
1011
commands:
1112
- twine check dist/*
1213
- tox tests/unit/
14+
- tox tests/integ/

0 commit comments

Comments
 (0)