diff options
author | 2018-02-03 16:41:49 +0100 | |
---|---|---|
committer | 2018-02-03 16:41:49 +0100 | |
commit | 87779f893dc2e6b4649518b99834130a97d2307c (patch) | |
tree | ddbabf030e03c4d4fd1ebc8afc679952218b931b /.travis.yml | |
parent | First test commit w/ travis (diff) |
Lint better
Signed-off-by: martmists <[email protected]>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 9e9dd9ef..e13a3334 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: install: - pip install -r requirements.txt - - pip install snekchek flake8 yapf isort + - pip install -r requirements-ci.txt script: - "curl https://api.beardfist.com/pythondiscord -H \"token: $AUTODEPLOY_TOKEN\"" - - snekchek
\ No newline at end of file + - snekchek |