File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ sudo: false
44language : python
55python :
66 - " 2.7"
7+ - " 3.5"
78
89install :
910 - pip install tox
Original file line number Diff line number Diff line change 4141License
4242-------
4343
44- Distributed under the terms of the ` MIT `_ license, "pytest-random-order" is free and open source software
44+ Distributed under the terms of the MIT license, "pytest-random-order" is free and open source software
4545
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ def read(fname):
1313
1414setup (
1515 name = 'pytest-random-order' ,
16- version = '0.2.4 ' ,
16+ version = '0.2.5 ' ,
1717 author = 'Jazeps Basko' ,
18181919 maintainer = 'Jazeps Basko' ,
@@ -32,6 +32,8 @@ def read(fname):
3232 'Programming Language :: Python' ,
3333 'Programming Language :: Python :: 2' ,
3434 'Programming Language :: Python :: 2.7' ,
35+ 'Programming Language :: Python :: 3' ,
36+ 'Programming Language :: Python :: 3.5' ,
3537 'License :: OSI Approved :: MIT License' ,
3638 ],
3739 entry_points = {
Original file line number Diff line number Diff line change 11# For more information about tox, see https://tox.readthedocs.io/en/latest/
22[tox]
3- envlist = py27,flake8
3+ envlist = py27,py35, flake8
44
55[testenv]
66deps = pytest
You can’t perform that action at this time.
0 commit comments