Skip to content

Commit

Permalink
Merge pull request Pyomo#457 from Pyomo/fix_model_tests
Browse files Browse the repository at this point in the history
Changing branch for model tests
  • Loading branch information
whart222 authored Apr 28, 2018
2 parents 077d129 + 74f841b commit af89b75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ install:
#
# Clone but don't install pyomo-model-libraries
#
- "git clone -b expr_dev https://github.com/Pyomo/pyomo-model-libraries.git"
- "git clone https://github.com/Pyomo/pyomo-model-libraries.git"
- "python -m pip install git+https://github.com/PyUtilib/pyutilib"
- "python setup.py develop"
#
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ install:
#
# Clone but don't install pyomo-model-libraries
#
- git clone -b expr_dev --quiet https://github.com/Pyomo/pyomo-model-libraries.git
- git clone --quiet https://github.com/Pyomo/pyomo-model-libraries.git
#
# Install PyUtilib (master branch)
#
Expand Down

0 comments on commit af89b75

Please sign in to comment.