Skip to content

Commit

Permalink
add empty tox file
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Mar 2, 2024
1 parent 011a0dc commit 792808d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
[tox]
skipsdist = True
envlist = unit, flake8, integration-spark-thrift

[testenv:{unit,py38,py39,py310,py}]
allowlist_externals =
/bin/bash
commands = /bin/bash -c '{envpython} -m pytest -v {posargs} tests/unit'
passenv =
DBT_*
PYTEST_ADDOPTS
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/dev-requirements.txt

0 comments on commit 792808d

Please sign in to comment.