From fe98fd4243afa95787fc65c41c149bffe3787bb0 Mon Sep 17 00:00:00 2001 From: Stuart Mitchell Date: Tue, 17 Mar 2015 00:26:02 +1300 Subject: [PATCH] removed coinor-cbc again and hopefully fixed glpk --- .travis.yml | 2 +- src/pulp/tests.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index afe2c99..56e36c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ python: - "pypy" before_install: - sudo apt-get update -qq - - sudo apt-get install -qq glpk coinor-cbc + - sudo apt-get install -qq glpk #- pip install glpk #- sudo apt-get install coinor-cbc # command to install dependencies diff --git a/src/pulp/tests.py b/src/pulp/tests.py index 6bb8da0..f803a71 100644 --- a/src/pulp/tests.py +++ b/src/pulp/tests.py @@ -246,8 +246,7 @@ def pulpTest019(solver): prob += -y+z == 7, "c3" prob += w >= 0, "c4" print("\t Testing LpAffineExpression divide") - pulpTestCheck(prob, solver, [LpStatusOptimal], {x:4, y:-1, z:6, w:0}, - use_mps=False) + pulpTestCheck(prob, solver, [LpStatusOptimal], {x:4, y:-1, z:6, w:0}) def pulpTest020(solver): # MIP