Skip to content

Commit

Permalink
revert: unintentional commit
Browse files Browse the repository at this point in the history
misfire. thought I was working on my fork.
we need to turn on branch protection.
  • Loading branch information
shivlaks committed Feb 10, 2021
1 parent 4457195 commit 0f3270c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions buildspec_unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ 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 0f3270c

Please sign in to comment.