From 9b0aeb726c0ccb48df74c6239796b1437c8c9737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 9 Dec 2018 18:57:19 +0400 Subject: [PATCH] :construction_worker: Add Travis --- .travis.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..10b94f68b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,16 @@ +language: python + +cache: pip + +python: + - "3.6" + - "3.7-dev" + +install: + - pipenv install + +script: + - scripts/test + +# after_script: +# - codecov