From a85986b0ed9fd40f6e294deb87ae6189dfdf0c49 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 22 Apr 2018 21:38:28 +0300 Subject: [PATCH] Tests: Update tox.ini Factor out envlist. Unwhitelist cmp.py and rm.py - they're installed via requirements_tests.txt. --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 = -- 2.39.2