commit ee941f88c297d0c86478013118ac7dd311169e9a Author: Nick Mathewson nickm@torproject.org Date: Fri Jul 10 07:05:16 2020 -0400
Remove pypy (2) testcase. --- .travis.yml | 16 ---------------- 1 file changed, 16 deletions(-)
diff --git a/.travis.yml b/.travis.yml index fca1820..0179600 100644 --- a/.travis.yml +++ b/.travis.yml @@ -167,22 +167,6 @@ matrix: ## Tor master doesn't work on Travis Xenial, because it only has ## OpenSSL 1.1.0
- ## Pypy 2 - ## End of Life: "forever" - ## http://doc.pypy.org/en/latest/faq.html#how-long-will-pypy-support-python2 - ## But chutney can decide not to support python 2 after 1 Jan 2020. - - python: "pypy" - dist: xenial - addons: - apt: - sources: - - sourceline: 'deb https://deb.torproject.org/torproject.org tor-nightly-0.4.2.x-xenial main' - key_url: 'https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E88...' - packages: - - shellcheck - - tor - env: TOR="0.4.2-nightly" NETWORK_FLAVOUR="basic-min" - ## PyPy does not have documented end of life dates - python: "pypy3" dist: xenial