From 63cfb4e480257dfae0687bf16cb75b455b6d897e Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Sun, 12 Feb 2017 12:32:30 +0100 Subject: nuke pypy --- .travis.yml | 3 +-- setup.py | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e1ff4539..f534100b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ env: - CI_COMMANDS=codecov git: depth: 10000 + matrix: fast_finish: true include: @@ -44,8 +45,6 @@ matrix: - libssl-dev - python: 3.5 env: TOXENV=docs - allow_failures: - - python: pypy install: - | diff --git a/setup.py b/setup.py index 0e41539a..17d45b42 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,6 @@ setup( "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", - "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Security", "Topic :: Internet", "Topic :: Internet :: WWW/HTTP", -- cgit v1.2.3