X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tox.ini;h=07930d6fd50362b96a1f35c68a1e8ac34a37969b;hb=adda05105f4c40015d4a9480a5bd562e80986e57;hp=d2be0d5c483aec76416b26ee069e0bf96ca6a60a;hpb=e0a7ed3980cff9d2ff9bb582d1d61ca6151beb68;p=sqlconvert.git diff --git a/tox.ini b/tox.ini index d2be0d5..07930d6 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] @@ -14,15 +14,13 @@ commands = {envpython} -c "import struct; print(struct.calcsize('P') * 8)" deps = -rdevscripts/requirements/requirements_tests.txt - postgres: psycopg2 + postgres: psycopg2-binary passenv = PGPASSWORD platform = linux # Don't fail or warn on uninstalled commands whitelist_externals = createdb dropdb - cmp.py - rm.py [general] commands =