Skip to content

Commit

Permalink
chore(build): removing pypy target for now
Browse files Browse the repository at this point in the history
  • Loading branch information
accraze committed Nov 28, 2016
1 parent 190a7d9 commit 964c3bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def read(*names, **kwargs):
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
# uncomment if you test on these interpreters:
# 'Programming Language :: Python :: Implementation :: IronPython',
# 'Programming Language :: Python :: Implementation :: Jython',
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
envlist =
clean,
check,
{py27,py33,py34,py35,pypy},
{py27,py33,py34,py35},
report,
docs

[testenv]
basepython =
pypy: {env:TOXPYTHON:pypy}
{py27,docs,spell}: {env:TOXPYTHON:python2.7}
py33: {env:TOXPYTHON:python3.3}
py34: {env:TOXPYTHON:python3.4}
Expand Down

0 comments on commit 964c3bf

Please sign in to comment.