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
4
4
language : python
5
5
python :
6
6
- " 2.7"
7
+ - " 3.5"
7
8
8
9
install :
9
10
- pip install tox
Original file line number Diff line number Diff line change 41
41
License
42
42
-------
43
43
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
45
45
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ def read(fname):
13
13
14
14
setup (
15
15
name = 'pytest-random-order' ,
16
- version = '0.2.4 ' ,
16
+ version = '0.2.5 ' ,
17
17
author = 'Jazeps Basko' ,
18
18
19
19
maintainer = 'Jazeps Basko' ,
@@ -32,6 +32,8 @@ def read(fname):
32
32
'Programming Language :: Python' ,
33
33
'Programming Language :: Python :: 2' ,
34
34
'Programming Language :: Python :: 2.7' ,
35
+ 'Programming Language :: Python :: 3' ,
36
+ 'Programming Language :: Python :: 3.5' ,
35
37
'License :: OSI Approved :: MIT License' ,
36
38
],
37
39
entry_points = {
Original file line number Diff line number Diff line change 1
1
# For more information about tox, see https://tox.readthedocs.io/en/latest/
2
2
[tox]
3
- envlist = py27,flake8
3
+ envlist = py27,py35, flake8
4
4
5
5
[testenv]
6
6
deps = pytest
You can’t perform that action at this time.
0 commit comments