Skip to content

Commit fd4bcce

Browse files
authored
infra: Add twine check during PR. (#287)
1 parent ff6a810 commit fd4bcce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ dist
99
**/.python-version
1010
.tox
1111
*~
12+
.coverage

buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ phases:
2424
- pip3 install -U -e .[test]
2525

2626
# run flake8
27-
- tox -e flake8
27+
- tox -e flake8,twine
2828

2929
# run unit tests
3030
- tox -e py36,py27 test/unit

0 commit comments

Comments
 (0)