We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa59181 commit 1c957faCopy full SHA for 1c957fa
.travis.yml
@@ -3,7 +3,7 @@ python:
3
- "3.4"
4
- "3.5"
5
install:
6
- - pip install flake8 .
+ - pip install flake8
7
before_script:
8
- - "flake8 --show-source --builtins=_ ."
+ - "flake8 ."
9
script: nosetests
0 commit comments