Make a dummy config file.

This commit is contained in:
Matthew Stratford 2021-04-07 21:18:00 +01:00
parent 2297203896
commit 659a2b1e46

View file

@ -37,4 +37,5 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with unittest
run: |
cp config.py.example config.py # We don't need an API config file for these tests.
python -m unittest