Remove Python 2.7 testing for zulip_bots and zulip_botserver.
This commit is contained in:
parent
d6a4c02ba5
commit
13d181cd09
|
@ -1,12 +1,13 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
env: TEST_SUITE=test-main
|
env: TEST_SUITE=test-main
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- python: "2.7"
|
||||||
|
env: TEST_SUITE=test-py2-legacy-support
|
||||||
- python: "3.6"
|
- python: "3.6"
|
||||||
env: TEST_SUITE=test-static-analysis
|
env: TEST_SUITE=test-static-analysis
|
||||||
install:
|
install:
|
||||||
|
|
8
tools/test-py2-legacy-support
Executable file
8
tools/test-py2-legacy-support
Executable file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# This script must be executed in a Python 2 environment to
|
||||||
|
# have any meaning.
|
||||||
|
|
||||||
|
set -ev
|
||||||
|
|
||||||
|
tools/test-zulip --coverage combine
|
Loading…
Reference in a new issue