Skip to content

Commit

Permalink
Merge pull request #7 from OSeMOSYS/will/travis-ci
Browse files Browse the repository at this point in the history
Add Travis CI configuration for Pyomo
  • Loading branch information
willu47 authored Jun 10, 2020
2 parents 4a51993 + 9eac3ac commit cd90861
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: python
before_install:
- sudo apt-get install glpk-utils libglpk-dev
install:
- pip install pyomo
script:
- pyomo solve --solver=glpk osemosys.py UTOPIA_2015_08_27.dat

0 comments on commit cd90861

Please sign in to comment.