hopefully added cbc and glpk tests

This commit is contained in:
Stuart Mitchell
2015-03-17 00:04:56 +13:00
parent 87db14b2ed
commit e0ed2367e0

View File

@@ -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