We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc9c7d9 commit 4b3c230Copy full SHA for 4b3c230
1 file changed
.travis.yml
@@ -14,7 +14,7 @@ script: |
14
set -e
15
coverage run --source=ntfy setup.py test
16
bash zipapp.sh
17
- if python --version 2>&1 |egrep 'Python 3.3' ; then
+ if ! python --version 2>&1 |egrep 'Python 3.3' ; then
18
yapf -r ntfy -d
19
[ "$(yapf -r ntfy -d | wc -l)" -eq 0 ]
20
fi
0 commit comments