From f540e7b5db64fc9eefff05f4970991e95ba06b0f Mon Sep 17 00:00:00 2001 From: L1ghtn1ng Date: Sun, 10 Feb 2019 21:29:21 +0000 Subject: [PATCH] Add travis.yml file --- .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 00000000..610c799d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +dist: xenial +language: python +python: + - "3.6" + - "3.7" + - "3.8-dev" + +install: + - pip install -r requirements.txt + +script: + - pytest \ No newline at end of file