We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7640db1 commit 4457195Copy full SHA for 4457195
1 file changed
buildspec_unit.yaml
@@ -3,10 +3,12 @@ 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