From e0ed2367e07b2a86517356135061a8193e66163e Mon Sep 17 00:00:00 2001 From: Stuart Mitchell Date: Tue, 17 Mar 2015 00:04:56 +1300 Subject: [PATCH] hopefully added cbc and glpk tests --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 73341b6..1859d11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,11 @@ python: # does not have headers provided, please ask https://launchpad.net/~pypy/+archive/ppa # maintainers to fix their pypy-dev package. - "pypy" -before_install: sudo apt-get install tree +before_install: + - sudo apt-get install glpk + - sudo apt-get install coinor-cbc # command to install dependencies install: - pip install . -before_script: tree # command to run tests script: pulptest \ No newline at end of file