From 6737ce0e26a064813b2a4b6bd066cb3eaabf0b4d Mon Sep 17 00:00:00 2001 From: akamhy <64683866+akamhy@users.noreply.github.com> Date: Tue, 5 May 2020 17:14:57 +0530 Subject: [PATCH] Create .travis.yml --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..b3f960e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: python +python: + - "3.6" +os: linux +dist: xenial +cache: pip +install: + - pip install pytest +script: + - python test_1.py