diff --git a/setup.py b/setup.py index ac09c68..a55ab11 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ def get_rst(markdown_file): setup( name="vimap", - version="0.2.3", + version="0.2.4", provides=["vimap"], author="gatoatigrado", author_email="gatoatigrado@gmail.com", diff --git a/tox.ini b/tox.ini index c19c4d1..826a7cb 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,7 @@ deps = -rrequirements-dev.txt commands = testify {posargs:tests --exclude-suite=disabled --summary} [testenv:lint] +basepython = python2.7 deps = {[testenv:py]deps} commands = flake8 vimap