From 94af8ee58621f3271bfa5551416f424e2019aacc Mon Sep 17 00:00:00 2001 From: Sam <7277505+SocksPls@users.noreply.github.com> Date: Tue, 8 May 2018 15:06:20 +0100 Subject: [PATCH] Create .travis.yml --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..40f3a4c --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ + language: python + python: + - "3.6" + script: + - pytest