From bc27f29dbeb3bd58aa8504db14d1ae8697d13207 Mon Sep 17 00:00:00 2001 From: Christoph Daniel Miksche Date: Sat, 1 Jun 2019 13:21:05 +0200 Subject: [PATCH] feat: add travis.yml configuration file Commits should be checked with travis ci in the future. --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..2d3b19a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: python +python: + - "3.7" +cache: pip +install: + - pip install requests packaging +script: + - python tests.py