Merge pull request #2015 from Kriechi/nuke-pypy

nuke pypy
This commit is contained in:
Maximilian Hils 2017-02-13 11:16:03 +01:00 committed by GitHub
commit 9c29f3b96d
2 changed files with 1 additions and 3 deletions

View File

@ -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:
- |

View File

@ -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",