From df1de22ecaf6fa344b90c441a311b1735599c970 Mon Sep 17 00:00:00 2001 From: Tianhao He Date: Tue, 21 Feb 2017 14:47:29 -0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7b6b2dd1..f36a5d81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,8 @@ language: python python: - "2.7" - - "3.3" - - "3.4" - - "3.5" - "3.6" # command to install dependencies install: "pip install -r requirements.txt" # command to run tests -script: pip install pep8 +script: pytest