Skip to content

Commit

Permalink
Limit tox to unit2 tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Jun 17, 2020
1 parent 49073d1 commit e754e49
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
Expand Up @@ -20,7 +20,7 @@ deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements_dev.txt
commands =
coverage run --source=arcade -m pytest tests/
coverage run --source=arcade -m pytest tests/unit2
coverage report
coverage html

Expand Down

0 comments on commit e754e49

Please sign in to comment.