mirror of
https://github.com/vale981/python-docstring-mode
synced 2025-03-04 09:01:39 -05:00
Update tox.ini
This commit is contained in:
parent
871a1821fc
commit
56345cadfa
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
@ -1,9 +1,9 @@
|
|||
[tox]
|
||||
envlist = py26,py27,py33,py34,py35
|
||||
envlist = py26,py27,py34,py35,py36
|
||||
skipsdist = true
|
||||
|
||||
|
||||
[testenv]
|
||||
commands = python test_docstring_wrap.py
|
||||
deps =
|
||||
py26: unittest2
|
||||
py26: unittest2
|
||||
|
|
Loading…
Add table
Reference in a new issue