Skip to content

Commit

Permalink
Re-ADD padawan trials
Browse files Browse the repository at this point in the history
  • Loading branch information
IonesioJunior committed May 1, 2023
1 parent cc6b489 commit e6df0d0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ envlist =
syft.docs
syft.jupyter
syft.publish
padawan.trials
syft.test.security
syft.test.unit
syft.test.notebook
Expand Down Expand Up @@ -52,6 +53,15 @@ commands =
python -c 'from shutil import rmtree; rmtree("build", True); rmtree("dist", True)'
python -m build .

[testenv:padawan.trials]
description = Padawan Trials
allowlist_externals =
bash
deps =
pytest
commands =
pytest --noconftest packages/syft/tests/trials

[testenv:lint]
description = Linting
allowlist_externals =
Expand Down

0 comments on commit e6df0d0

Please sign in to comment.