We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4457195 commit 0f3270cCopy full SHA for 0f3270c
1 file changed
buildspec_unit.yaml
@@ -3,12 +3,10 @@ version: 0.2
3
phases:
4
pre_build:
5
commands:
6
- - pip install --upgrade pip
7
- pip install setuptools wheel twine
8
- python setup.py sdist
9
- pip install tox
10
build:
11
12
- twine check dist/*
13
- tox tests/unit/
14
- - tox tests/integ/
0 commit comments