Skip to content

Commit

Permalink
changing order of pyomo and pyutilib so pyomo install can find the ve…
Browse files Browse the repository at this point in the history
…rsion it needs
  • Loading branch information
carldlaird committed Apr 8, 2019
1 parent 9410f71 commit 2fd7c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ install:
- ls -l /home/travis/miniconda/envs/test_env/lib
# CDL use the github master
# - pip install pyomo
- pip install git+https://github.com/Pyomo/pyomo.git
- pip install git+https://github.com/PyUtilib/pyutilib.git
- pip install git+https://github.com/Pyomo/pyomo.git
- conda install -c conda-forge ipopt
- conda install -c conda-forge coincbc
- python setup.py develop
Expand Down

0 comments on commit 2fd7c1b

Please sign in to comment.