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 1d49df0 commit 87cf3d4Copy full SHA for 87cf3d4
.travis.yml
@@ -13,7 +13,9 @@ matrix:
13
python: pypy-5.7.1
14
- env: TOXENV=pre-commit
15
python: 3.6
16
-install: pip install coveralls tox mypy
+install:
17
+ - pip install coveralls tox mypy
18
+ - if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then pip install mypy; fi
19
script: tox
20
after_success: coveralls
21
cache:
0 commit comments