From: Oleg Broytman Date: Sun, 22 Apr 2018 18:38:28 +0000 (+0300) Subject: Tests: Update tox.ini X-Git-Tag: 0.2.3~10 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=a85986b0ed9fd40f6e294deb87ae6189dfdf0c49;ds=sidebyside Tests: Update tox.ini Factor out envlist. Unwhitelist cmp.py and rm.py - they're installed via requirements_tests.txt. --- diff --git a/tox.ini b/tox.ini index d2be0d5..6175f62 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = {py27,py34,py35,py36}{,-sqlite},{py27,py34}-flake8 +envlist = py{27,34,35,36}{,-sqlite},py{27,34}-flake8 # Base test environment settings [testenv] @@ -21,8 +21,6 @@ platform = linux whitelist_externals = createdb dropdb - cmp.py - rm.py [general] commands =