Skip to content

Commit 7d55f22

Browse files
authored
add py3.6 environment (#225)
1 parent 76c1bf8 commit 7d55f22

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

allure-behave/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{27,34,35}
3+
py{27,34,35,36}
44
static_check
55

66
[testenv]

allure-pytest/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{27,34,35}
3+
py{27,34,35,36}
44
xdist
55
static_check
66

allure-python-commons-test/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{27,34,35}
2+
envlist = py{27,34,35,36}
33

44

55
[testenv]

allure-python-commons/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist=
3-
py{27,34,35}
3+
py{27,34,35,36}
44
static_check
55

66

0 commit comments

Comments
 (0)