Skip to content

Commit

Permalink
Attempt to run tests with Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mverleg committed Jul 12, 2018
1 parent 030c77f commit 76d09fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
license='Revised BSD License (LICENSE.txt)',
keywords=['json', 'numpy', 'OrderedDict', 'comments', 'pandas', 'pytz',
'enum', 'encode', 'decode', 'serialize', 'deserialize'],
version='3.12.2',
version='3.12.3',
packages=['json_tricks'],
include_package_data=True,
zip_safe=True,
Expand All @@ -50,6 +50,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries :: Python Modules',
Expand Down
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
[tox]
envlist =
; py26 not tested
{py27,py34,py35,py36}-{bare,pnp,tz,enum}
{py27,py35,py36}-panda
{py27,py34,py35,py36,py37}-{bare,pnp,tz,enum}
{py27,py35,py36,py37}-panda
pypy-{bare,tz,enum}

[testenv]
Expand Down Expand Up @@ -34,4 +34,3 @@ commands =
enum: py.test --cov json_tricks --cov-report= --strict --exitfirst tests/test_bare.py tests/test_class.py tests/test_enum.py {posargs}
;{envsitepackagesdir}/json_tricks


0 comments on commit 76d09fc

Please sign in to comment.