Skip to content

Commit

Permalink
Update tox envlist (#37)
Browse files Browse the repository at this point in the history
- `unit` doesn't exist
- avoid running `func` tests by default
  (one may not wish to run func tests on their workstation,
  so it may be dangerous to run it by default)
  • Loading branch information
samuelallan72 authored Oct 3, 2024
1 parent d0ec7db commit 9a8364e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
skipsdist=True
envlist = lint, unit, func
envlist = lint
skip_missing_interpreters = True

[testenv]
Expand Down

0 comments on commit 9a8364e

Please sign in to comment.