diff --git a/.travis.yml b/.travis.yml index 1d73e40..d2c2458 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,6 @@ python: env: TEST_SUITE=test-main matrix: include: - - python: "2.7" - env: TEST_SUITE=test-py2-legacy-support - python: "3.6" env: TEST_SUITE=test-static-analysis addons: diff --git a/tools/test-py2-legacy-support b/tools/test-py2-legacy-support deleted file mode 100755 index 4756a4a..0000000 --- a/tools/test-py2-legacy-support +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -# This script must be executed in a Python 2 environment to -# have any meaning. - -set -ev - -tools/test-zulip