Add noop change to kick travis

This commit is contained in:
Ben Roberts
2022-05-25 20:32:45 +01:00
parent 3edebcf6f8
commit 596288161a
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View File

@@ -2,3 +2,5 @@
dist/ dist/
*.egg-info/ *.egg-info/
__pycache__ __pycache__
config.yaml
env/

View File

@@ -5,3 +5,4 @@ python:
# command to install dependencies # command to install dependencies
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
# noop change