Skip to content

Commit 0f3270c

Browse files
authored
revert: unintentional commit
misfire. thought I was working on my fork. we need to turn on branch protection.
1 parent 4457195 commit 0f3270c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

buildspec_unit.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ version: 0.2
33
phases:
44
pre_build:
55
commands:
6-
- pip install --upgrade pip
76
- pip install setuptools wheel twine
87
- python setup.py sdist
98
- pip install tox
109
build:
1110
commands:
1211
- twine check dist/*
1312
- tox tests/unit/
14-
- tox tests/integ/

0 commit comments

Comments
 (0)