diff options
-rw-r--r-- | pylog/tox.ini | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/pylog/tox.ini b/pylog/tox.ini index a47f58c..bf6b784 100644 --- a/pylog/tox.ini +++ b/pylog/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist =py,py27,pep8 +envlist =py,py3,pep8 skipsdist = true skip_missing_interpreters = true @@ -25,10 +25,5 @@ commands=flake8 show-source = true exclude = env,venv,.venv,.git,.tox,dist,doc,*egg,build - -[testenv:py27] -commands = - {[testenv]commands} - [testenv:cover] commands = py.test --cov onaplogging |