Skip to content

Commit

Permalink
Add run of app
Browse files Browse the repository at this point in the history
  • Loading branch information
ways committed Sep 25, 2024
1 parent f90a6bd commit b7d5ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tox]
envlist = black, prospector, bandit
envlist = py{310,312}, black, prospector, bandit

[testenv]
description = This is a live test against the API edrisobaric
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements-dev.txt
# See also config file pytest.ini
commands = pytest
commands = python3 ./sedr/__init__.py

[testenv:prospector]
description = Run static analysis using prospector, but dont fail on errors
Expand Down

0 comments on commit b7d5ca7

Please sign in to comment.