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 e166805 commit ee49e3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
[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 Down

0 comments on commit ee49e3f

Please sign in to comment.