]> git.phdru.name Git - sqlconvert.git/commitdiff
Build: Require tox >= 2.0 (for passenv)
authorOleg Broytman <phd@phdru.name>
Fri, 15 Dec 2017 15:34:14 +0000 (18:34 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 15 Dec 2017 15:34:14 +0000 (18:34 +0300)
[skip ci]

devscripts/requirements/requirements_tox.txt
tox.ini

index 9927ea49c9c91dcb797c18e615721d685a71ef87..ff4ecb65168e532d24caac30294992218b490643 100644 (file)
@@ -1 +1 @@
-tox >= 1.8
+tox >= 2.0
diff --git a/tox.ini b/tox.ini
index ce326fbb6ec7c98a8c4490306ce9cd94770d12aa..99be0f35a19baea753e0b3891e43a091fd111da1 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-minversion = 1.8
+minversion = 2.0
 envlist = {py27,py34,py35,py36},{py27,py34,py35,py36}-{postgres,postgres-w32,sqlite,sqlite-w32},{py27,py34}-flake8
 
 # Base test environment settings