diff options
author | 2018-02-07 22:55:42 +0100 | |
---|---|---|
committer | 2018-02-07 21:55:42 +0000 | |
commit | 85afb2dc4159a3eaae5c21289efdd2eb97685fc3 (patch) | |
tree | 03d87ecd20e0406bbe848b8281fa15109bfa6f33 /requirements-ci.txt | |
parent | Travis master deploy (#3) (diff) |
only deploy on master branch (#4)
* adds python script to handle branch condition
* satisfy snekchek
* snekchekd to death
Diffstat (limited to 'requirements-ci.txt')
-rw-r--r-- | requirements-ci.txt | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/requirements-ci.txt b/requirements-ci.txt index 04e3aabe..50d0f297 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -1,9 +1,10 @@ -snekchek -flake8 -flake8-bugbear -flake8-bandit -flake8-import-order -flake8-tidy-imports -flake8-string-format -safety +snekchek +flake8 +flake8-bugbear +flake8-bandit +flake8-import-order +flake8-tidy-imports +flake8-string-format +safety dodgy +requests |