Skip to content

Commit

Permalink
yet another attempt to get github actions working
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Mar 29, 2022
1 parent ee49e3f commit d86c0b7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
[tox]
envlist = lint,pytest
setenv =
MISSING_DEPENDENCIES = borg1.2
# this is necessary because the OS that GitHub actions uses does not have
# borg1.2. It should be set in the GitHub actions workflow configuration
# file, but I cannot get it to work.

[testenv:lint]
deps = pylama
Expand All @@ -22,6 +17,12 @@ deps =
voluptuous

[testenv:pytest]
setenv =
MISSING_DEPENDENCIES = borg1.2
# this is necessary because the OS that GitHub actions uses does not have
# borg1.2. It should be set in the GitHub actions workflow configuration
# file, but I cannot get it to work. SHIT! This does not work either. How
# can such a simple common thing not work in two very popular tools?
commands = py.test -vvs --cov {posargs}

[testenv:tests_dir]
Expand Down

0 comments on commit d86c0b7

Please sign in to comment.