From 660a826aed3ef67559c42dc9a8c83e859f04744e Mon Sep 17 00:00:00 2001 From: akamhy <64683866+akamhy@users.noreply.github.com> Date: Tue, 5 May 2020 17:21:36 +0530 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4ecc711..a87e8a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: python python: + - "2.7" - "3.6" os: linux dist: xenial @@ -9,4 +10,4 @@ install: before_script: cd tests script: - - python test_1.py + - pytest test_1.py