From e128d8c753bdb68def5da41e7153a892cc9cfe52 Mon Sep 17 00:00:00 2001 From: Austin Taylor Date: Tue, 2 Jan 2018 02:31:25 -0500 Subject: [PATCH] Travis Config update --- .travis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 34a0b71..015ed68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,12 @@ language: python cache: pip python: - 2.7 - - 3.6 -matrix: - allow_failures: - - python: 3.6 + +# - 3.6 +#matrix: +# allow_failures: +# - python: 3.6 - Commenting out testing for Python 3.6 until ready + install: - pip install -r requirements.txt - pip install flake8 # pytest # add another testing frameworks later