Do not sleep when --no-sleep is given

This commit is contained in:
André Koch-Kramer
2016-08-03 20:25:16 +02:00
parent 05104b7438
commit b71179371d
2 changed files with 16 additions and 15 deletions

View File

@@ -8,4 +8,4 @@ python:
install:
- pip install pylint requests
script:
- python3 -m pylint -r n -d bad-whitespace,bad-continuation,missing-docstring,anomalous-backslash-in-string,multiple-imports,dangerous-default-value,locally-disabled instaloader
- python3 -m pylint -r n -d bad-whitespace,bad-continuation,missing-docstring,anomalous-backslash-in-string,multiple-imports,locally-disabled instaloader