Skip to content

Commit

Permalink
Add envs to test with remote data
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiopasra committed Jan 18, 2024
1 parent 2bd9b34 commit 7f663d9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
[tox]
envlist = py{38, 39, 310, 311, 312}, docs, cov, codestyle
envlist =
py{38, 39, 310, 311, 312}{,-remote}
docs
cov
codestyle

isolated_build = True

[testenv]
description =
Run tests
remote: with remote data
extras =
test
commands =
pytest --remote-data=none
remote: pytest --remote-data

[testenv:docs]
description = Docs
Expand Down

0 comments on commit 7f663d9

Please sign in to comment.