From 7ffbb84c1a6d9795cea4ea9705630d974d32f12a Mon Sep 17 00:00:00 2001 From: Stuart Mitchell Date: Tue, 17 Mar 2015 00:14:39 +1300 Subject: [PATCH] hopefully added PYGLPK to tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ff8c411..ac1270a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ python: - "pypy" before_install: - sudo apt-get install glpk + - pip install glpk #- sudo apt-get install coinor-cbc # command to install dependencies install: