This repository was archived by the owner on Jan 22, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-57
lines changed
Expand file tree Collapse file tree 3 files changed +2
-57
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77 - SEGFAULT_SIGNALS=all
88 matrix :
99 - TOXENV=check
10- - TOXENV=docs
10+ # - TOXENV=docs
1111
1212 - TOXENV=py27,coveralls,codecov
1313 - TOXENV=py33,coveralls,codecov
1414 - TOXENV=py34,coveralls,codecov
1515 - TOXENV=py35,coveralls,codecov
16- - TOXENV=pypy,coveralls,codecov
16+ # - TOXENV=pypy,coveralls,codecov
1717before_install :
1818 - python --version
1919 - uname -a
Original file line number Diff line number Diff line change @@ -53,12 +53,6 @@ def read(*names, **kwargs):
5353 'Programming Language :: Python :: 3.3' ,
5454 'Programming Language :: Python :: 3.4' ,
5555 'Programming Language :: Python :: 3.5' ,
56- 'Programming Language :: Python :: Implementation :: CPython' ,
57- 'Programming Language :: Python :: Implementation :: PyPy' ,
58- # uncomment if you test on these interpreters:
59- # 'Programming Language :: Python :: Implementation :: IronPython',
60- # 'Programming Language :: Python :: Implementation :: Jython',
61- # 'Programming Language :: Python :: Implementation :: Stackless',
6256 'Topic :: Utilities' ,
6357 ],
6458 keywords = [
You can’t perform that action at this time.
0 commit comments