From 3eaeb65488d5cfc4eb1dbb4ddb6437c6251788eb Mon Sep 17 00:00:00 2001 From: Aristotelis Mikropoulos Date: Mon, 1 Apr 2019 22:16:45 +0300 Subject: [PATCH] Added .travis.yml --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..e6851d1 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: python + +python: + - '3.6' + - '3.7' + - '3.8' + - 'pypy3.5' + +install: pip install tox-travis + +script: tox