From 596288161a18e0638e3a006b6c094f94b332888c Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Wed, 25 May 2022 20:32:45 +0100 Subject: [PATCH] Add noop change to kick travis --- .gitignore | 2 ++ .travis.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index db536c8..6da6223 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ dist/ *.egg-info/ __pycache__ +config.yaml +env/ \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index e1c127d..ad80eae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,4 @@ python: # command to install dependencies install: - pip install -r requirements.txt +# noop change