From f7ad03793416ac1f74cef6a89d32f8f031cf5d71 Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 2 Apr 2020 18:18:41 +0100 Subject: [PATCH] add .travis.yml --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..cfdca47 --- /dev/null +++ b/.travis.yml @@ -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