We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed023f commit 1d5c797Copy full SHA for 1d5c797
.travis.yml
@@ -4,6 +4,7 @@ install:
4
script:
5
- python -m unittest test_asserts
6
- if test `python --version 2>&1 | cut -d " " -f 2 | cut -d "." -f 1,2` \> 3.4; then mypy asserts test_asserts.py; fi
7
+ - if test `python --version 2>&1 | cut -d " " -f 2 | cut -d "." -f 1,2` \> 3.4; then flake8 asserts test_asserts.py; fi
8
- if test `python --version 2>&1 | cut -d " " -f 2 | cut -d "." -f 1,2` \> 3.4; then python -m doctest asserts/__init__.py; fi
9
jobs:
10
include:
0 commit comments