From 29239927e98c4844b7db9f353c66fc89bd647c45 Mon Sep 17 00:00:00 2001 From: SrMouraSilva Date: Wed, 6 Mar 2019 13:24:42 -0300 Subject: [PATCH] Issue #8 Fix builds --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ef299c2..0fc22ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ language: python python: - # Matplotlib dropout python 2.x support - #- "2.7" + - "2.7" - "3.5" - "3.6" @@ -17,7 +16,7 @@ sudo: required install: - pip install -U setuptools - - pip uninstall pytest + - pip uninstall --yes pytest - python setup_cpu.py develop - make test - codecov