We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 126c34e commit f8b7261Copy full SHA for f8b7261
.travis.yml
@@ -2,6 +2,6 @@ language: python
2
python:
3
- 3.6
4
install:
5
- - pip install -r requirements-dev.txt
+ - pip install -q -r requirements-dev.txt
6
script:
7
- flake8
0 commit comments