]> git.phdru.name Git - sqlconvert.git/commitdiff
Tests: Update tox.ini
authorOleg Broytman <phd@phdru.name>
Sun, 22 Apr 2018 18:38:28 +0000 (21:38 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 22 Apr 2018 18:38:28 +0000 (21:38 +0300)
Factor out envlist.
Unwhitelist cmp.py and rm.py - they're installed via requirements_tests.txt.

tox.ini

diff --git a/tox.ini b/tox.ini
index d2be0d5c483aec76416b26ee069e0bf96ca6a60a..6175f62938254f85202a5287040a8a3fc2e5aa3f 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 minversion = 2.0
 [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]
 
 # Base test environment settings
 [testenv]
@@ -21,8 +21,6 @@ platform = linux
 whitelist_externals =
     createdb
     dropdb
 whitelist_externals =
     createdb
     dropdb
-    cmp.py
-    rm.py
 
 [general]
 commands =
 
 [general]
 commands =