mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 07:44:16 +00:00
Add py36 to tox, correct a tiny typo
This commit is contained in:
parent
e0fa9077ca
commit
3afd74edf8
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
|
@ -1,6 +1,6 @@
|
||||||
[tox]
|
[tox]
|
||||||
minversion=2.3.1
|
minversion=2.3.1
|
||||||
envlist = py27,py33,py34,py35,flake8,linters,docs
|
envlist = py27,py33,py34,py35,py36,flake8,linters,docs
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
|
|
@ -17,7 +17,7 @@ deps =
|
||||||
.
|
.
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
# Dogfood our current mastera version
|
# Dogfood our current master version
|
||||||
[testenv:dogfood]
|
[testenv:dogfood]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
skip_install = true
|
skip_install = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue