From 1dcf1ae154f4ad04a6c8a349711b64fa33eb1552 Mon Sep 17 00:00:00 2001 From: Mike Terzo Date: Mon, 20 Mar 2017 13:28:27 -0400 Subject: [PATCH] Travis failure definition has changed. Do not test unpinned versions of pip packages. --- .travis.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.travis.yml b/.travis.yml index a23697a..1a6abd9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,23 +5,8 @@ python: - "2.7" - "3.5" - "3.6" -env: - - PINNED=TRUE - - PINNED=FALSE - -matrix: - allow_failures: - - python: 2.6 - env: PINNED=FALSE - - python: 2.7 - env: PINNED=FALSE - - python: 3.5 - env: PINNED=FALSE - - python: 3.6 - env: PINNED=FALSE install: - - if [ "${PINNED}" == "FALSE" ]; then python scripts/unpin.py; fi - pip install -r requirements.txt - pip install -U -r requirements-test.txt - pip install -q coverage coveralls --use-wheel