sawcordwell / pymdptoolbox

Markov Decision Process (MDP) Toolbox for Python
BSD 3-Clause "New" or "Revised" License
518 stars 252 forks source link

[testing] Remove unused travis deps #4

Closed sawcordwell closed 9 years ago

sawcordwell commented 9 years ago

The CVXOPT python package has some optional dependencies that must be altered in the setup.py file for support to be compiled in. GLPK is one if these. At the moment the setup.py script is not being altered while installing dependencies, so downloading cvxopts extra dependencies is useless.

Move the test command from .travis.yml to runtests.sh to allow easy testing on workstations.