##// END OF EJS Templates
Reduce travis testing....
Reduce travis testing. Travis seem to now have a lower limit on open-source builds; so reduce dependency on Travis to get faster turnaround. Will also limit the number of failures to 10, so that if there are many test failing we don't spend too many cycles.

File last commit:

r25705:ad14ee33
r26165:0c0de25c
Show More
mypy.ini
4 lines | 82 B | text/x-ini | IniLexer
[mypy]
python_version = 3.6
ignore_missing_imports = True
follow_imports = silent