-PyPy.
-
-
Add option -s --quiet --silent for cmp.py.
* Add option -f for rm.py.
+* PyPy.
+
Version 0.5.0 (2017-07-09)
--------------------------
'Intended Audience :: End Users/Desktop',
'License :: OSI Approved :: GNU General Public License (GPL)',
'Operating System :: OS Independent',
+ 'Programming Language :: Python :: Implementation :: CPython',
+ 'Programming Language :: Python :: Implementation :: PyPy',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
[tox]
minversion = 1.8
-envlist = {py27,py33,py34,py35,py36},{py27,py34}-flake8
+envlist = {py27,py33,py34,py35,py36},pypy,{py27,py34}-flake8
# Base test environment settings
[testenv]
py34: {env:TOXPYTHON:python3.4}
py35: {env:TOXPYTHON:python3.5}
py36: {env:TOXPYTHON:python3.6}
+ pypy: {env:TOXPYTHON:pypy}
commands =
{envpython} --version
{envpython} -c "import struct; print(struct.calcsize('P') * 8)"
{[testenv]commands}
{[general]commands}
+[testenv:pypy]
+commands =
+ {[testenv]commands}
+ {[general]commands}
+
[testenv:py27-flake8]
deps =
flake8