Skip to content

Commit

Permalink
Update travis job
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Jan 8, 2020
1 parent 5c0fed0 commit f546cf4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Expand Up @@ -3,6 +3,8 @@ sudo: false
python:
- 3.5
- 3.6
- 3.7
- 3.8
cache: pip
install:
- pip install -e .[test]
Expand All @@ -13,10 +15,9 @@ after_success:
matrix:
fast_finish: true
include:
- python: '3.5'
- python: '3.7'
install: pip install flake8
script: flake8
- python: '3.5'
script: |
pip install mypy
mypy aiodataloader.py --check-untyped-defs --ignore-missing-imports
- python: '3.7'
install: pip install mypy
script: mypy aiodataloader.py --check-untyped-defs --ignore-missing-imports

0 comments on commit f546cf4

Please sign in to comment.