Skip to content

Commit d2bd0dc

Browse files
committed
Merge branch 'development'
2 parents 5ccf848 + 10a5358 commit d2bd0dc

117 files changed

Lines changed: 37869 additions & 7712 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ matrix:
2121
dist: xenial
2222
sudo: true
2323
env: TOXENV=old_tests
24+
- python: 3.6
25+
env: TOXENV=mypy
26+
27+
allow_failures:
28+
- python: 3.6 # until we solve all typing issues
29+
env: TOXENV=mypy
2430

2531
install:
2632
- pip install tox-travis

0 commit comments

Comments
 (0)