Skip to content

Commit 2f887f1

Browse files
author
Chuyang Deng
committed
release build integ tests run against py36
1 parent 43870e5 commit 2f887f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ phases:
2121
tox -e py27,py36,py37 -- tests/unit
2222

2323
# run a subset of the integration tests
24-
- IGNORE_COVERAGE=- tox -e py37 -- tests/integ -m canary_quick -n 64 --boxed --reruns 2
24+
- IGNORE_COVERAGE=- tox -e py36 -- tests/integ -m canary_quick -n 64 --boxed --reruns 2
2525

2626
# generate the distribution package
2727
- python3 setup.py sdist

0 commit comments

Comments
 (0)