Skip to content
This repository was archived by the owner on Jan 22, 2020. It is now read-only.

Commit 68927fc

Browse files
committed
chore(build): clean up test matrix
1 parent a5335f9 commit 68927fc

File tree

3 files changed

+2
-57
lines changed

3 files changed

+2
-57
lines changed

.cookiecutterrc

Lines changed: 0 additions & 49 deletions
This file was deleted.

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ env:
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
1717
before_install:
1818
- python --version
1919
- uname -a

setup.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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=[

0 commit comments

Comments
 (0)