Add noop change to kick travis
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -2,3 +2,5 @@
|
|||||||
dist/
|
dist/
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
__pycache__
|
__pycache__
|
||||||
|
config.yaml
|
||||||
|
env/
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user