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