From 2a21684cadb2f8d4d6efdffc268e5d8d63879fec Mon Sep 17 00:00:00 2001 From: Erin O'Connell Date: Sat, 2 Sep 2017 12:52:47 -0600 Subject: [PATCH] try again --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 69650513..9b337658 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,5 @@ jobs: python: 3.6 script: pipenv run flake8 - stage: Main Test Suite ✨✨ - python: - - 2.7 - - 3.6 + python: 2.7 script: pipenv run pytest tests