-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
# Needed to allow Tox to run in the current env. | ||
# Current env necessary because we are installing GTK+ and other | ||
# libraries needed for the programs. | ||
pip3 install tox-current-env | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
porridge
Contributor
|
||
pip3 install tox-current-env pytest | ||
- name: Run tests | ||
run: | | ||
# pylint $(git ls-files '*.py') | ||
|
We have passing tests! @porridge