add .travis.yml

This commit is contained in:
jesopo 2020-04-02 18:18:41 +01:00
parent 6c14fed785
commit f7ad037934

12
.travis.yml Normal file
View 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