alchemyst / Skogestad-Python

Python code for "Multivariable Feedback Control"
111 stars 88 forks source link

Travis fix #352

Closed AlgorithmicAmoeba closed 4 years ago

AlgorithmicAmoeba commented 4 years ago

Fixed the travis error by removing the display code. I had to add the following to the top level of the .travis.yml file:

dist: xenial
services:
  - xvfb

as recommended here Proof that it works: https://travis-ci.org/darren-roos/Skogestad-Python/branches

AlgorithmicAmoeba commented 4 years ago

I did not realize that my other commits were still here. Will attempt to fix it.