We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43870e5 commit 2f887f1Copy full SHA for 2f887f1
buildspec-release.yml
@@ -21,7 +21,7 @@ phases:
21
tox -e py27,py36,py37 -- tests/unit
22
23
# run a subset of the integration tests
24
- - IGNORE_COVERAGE=- tox -e py37 -- tests/integ -m canary_quick -n 64 --boxed --reruns 2
+ - IGNORE_COVERAGE=- tox -e py36 -- tests/integ -m canary_quick -n 64 --boxed --reruns 2
25
26
# generate the distribution package
27
- python3 setup.py sdist
0 commit comments