add .travis.yml
This commit is contained in:
parent
6c14fed785
commit
f7ad037934
1 changed files with 12 additions and 0 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
language: python
|
||||
cache: pip
|
||||
python:
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
- "3.8-dev"
|
||||
install:
|
||||
- pip3 install mypy -r requirements.txt
|
||||
script:
|
||||
- pip3 freeze
|
||||
- mypy ircrobots examples
|
Loading…
Reference in a new issue