From 75dae82d58cb1baab4a7803267349093b290197a Mon Sep 17 00:00:00 2001 From: Aaron Schlegel Date: Tue, 7 Jan 2020 05:51:15 -0800 Subject: [PATCH] travis change --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index c3c5d02..083b1c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,15 +3,10 @@ python: - "3.4" - "3.5" - "3.6" -matrix: - include: - - python: 3.7 - dist: xenial - sudo: true + - "3.7" install: - pip install coveralls - pip install codecov - - pip install pyyaml - pip install vcrpy - pip install -r requirements.txt - python setup.py install