-rdevscripts/requirements/requirements_tests.txt
postgres: psycopg2
passenv = PGPASSWORD
+platform = linux
# Don't fail or warn on uninstalled commands
whitelist_externals =
createdb
commands = {[postgresql]commands}
[postgres-w32]
+platform = win32
commands =
{[testenv]commands}
-dropdb -U postgres -w test
dropdb -U postgres -w test
[testenv:py27-postgres-w32]
+platform = win32
commands = {[postgres-w32]commands}
[testenv:py34-postgres-w32]
+platform = win32
commands = {[postgres-w32]commands}
[testenv:py35-postgres-w32]
+platform = win32
commands = {[postgres-w32]commands}
[testenv:py36-postgres-w32]
+platform = win32
commands = {[postgres-w32]commands}
# SQLite test environments
commands = {[sqlite]commands}
[sqlite-w32]
+platform = win32
commands =
{[testenv]commands}
-rm.py -f C:/projects/sqlconvert/test.sqdb
rm.py -f C:/projects/sqlconvert/test.sqdb
[testenv:py27-sqlite-w32]
+platform = win32
commands = {[sqlite-w32]commands}
[testenv:py34-sqlite-w32]
+platform = win32
commands = {[sqlite-w32]commands}
[testenv:py35-sqlite-w32]
+platform = win32
commands = {[sqlite-w32]commands}
# flake8