Skip to content

Commit c7aee67

Browse files
authored
Update tox.ini
remove py33
1 parent 8bca744 commit c7aee67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

allure-behave/tox.ini

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

66
[testenv]
@@ -69,4 +69,4 @@ commands = flake8 src/
6969

7070

7171
[flake8]
72-
max-line-length = 120
72+
max-line-length = 120

0 commit comments

Comments
 (0)