Skip to content

Commit 4b3c230

Browse files
committed
got that conditional bckwards
1 parent fc9c7d9 commit 4b3c230

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ script: |
1414
set -e
1515
coverage run --source=ntfy setup.py test
1616
bash zipapp.sh
17-
if python --version 2>&1 |egrep 'Python 3.3' ; then
17+
if ! python --version 2>&1 |egrep 'Python 3.3' ; then
1818
yapf -r ntfy -d
1919
[ "$(yapf -r ntfy -d | wc -l)" -eq 0 ]
2020
fi

0 commit comments

Comments
 (0)