8000 Removed py34-flake8 and added py36-flake8. · AndreasBackx/github3.py@41876f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 41876f7

Browse files
authored
Removed py34-flake8 and added py36-flake8.
See sigmavirus24#731.
1 parent 05ed0c6 commit 41876f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{27,34,35,36,py},py{27,34,36}-flake8,docstrings
2+
envlist = py{27,34,35,36,py},py{27,36}-flake8,docstrings
33
minversion = 2.5.0
44

55
[testenv]
@@ -19,7 +19,7 @@ deps =
1919
flake8
2020
commands = flake8 {posargs} github3/ tests/unit/ tests/integration/
2121

22-
[testenv:py34-flake8]
22+
[testenv:py36-flake8]
2323
deps =
2424
{[testenv:py27-flake8]deps}
2525
commands = flake8 {posargs} github3/ tests/unit/ tests/integration/

0 commit comments

Comments
 (0)
0