Skip to content

Commit 2214f75

Browse files
author
Chuyang Deng
committed
remove py36 in localmode buildspec ci-script
1 parent 2f887f1 commit 2214f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec-localmodetests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ phases:
1212
# local mode tests
1313
- start_time=`date +%s`
1414
- execute-command-if-has-matching-changes "tox -e py27,py37 -- tests/integ -m local_mode --durations 50" "tests/integ" "tests/data" "tests/conftest.py" "tests/__init__.py" "src/*.py" "setup.py" "setup.cfg" "buildspec-localmodetests.yml"
15-
- ./ci-scripts/displaytime.sh 'py27,py36,py37 local mode' $start_time
15+
- ./ci-scripts/displaytime.sh 'py27,py37 local mode' $start_time

0 commit comments

Comments
 (0)