From 26a1c52eb39e6372ff1d8370a3d389a5c3d8482e Mon Sep 17 00:00:00 2001 From: Stuart Mitchell Date: Tue, 17 Mar 2015 00:16:58 +1300 Subject: [PATCH] removed pyglpk travis setup --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ac1270a..8f646ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ python: - "pypy" before_install: - sudo apt-get install glpk - - pip install glpk + #- pip install glpk #- sudo apt-get install coinor-cbc # command to install dependencies install: