We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364338e commit a115fdeCopy full SHA for a115fde
.travis.yml
@@ -5,7 +5,7 @@ python:
5
- "3.5"
6
- "3.6"
7
install:
8
- - if test `python --version 2>&1 | cut -d " " -f 2 | cut -d "." -f 1` = 3; then pip install -r requirements.txt; else pip install asserts==0.8.0; fi
+ - if test `python --version 2>&1 | cut -d " " -f 2 | cut -d "." -f 1` = 3; then pip install -r requirements.txt; else pip install `grep -v mypy requirements.txt`; fi
9
script:
10
- python -m unittest discover -t . -s test_htmlgen -p "*.py"
11
- if test `python --version 2>&1 | cut -d " " -f 2 | cut -d "." -f 1` = 3; then mypy htmlgen test_htmlgen; fi
0 commit comments