Update tox.ini

This commit is contained in:
Glyph 2019-07-16 02:35:23 -07:00 committed by GitHub
parent 871a1821fc
commit 56345cadfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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