Skip to content

Commit

Permalink
on windows, add toxinidr to the PYTHONPATH to pick up test.integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Beck committed Apr 26, 2019
1 parent 12a9e90 commit 0746574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ passenv = *
setenv =
DBT_CONFIG_DIR = ~/.dbt
DBT_INVOCATION_ENV = ci-appveyor
PYTHONPATH = {toxinidir}:{env:PYTHONPATH:}
commands = pytest -v -m profile_postgres {posargs} --cov=dbt --cov-branch --cov-report html:htmlcov test/integration
deps =
-e {toxinidir}/core
Expand Down

0 comments on commit 0746574

Please sign in to comment.