Skip to content

Commit

Permalink
Changing branch for model tests
Browse files Browse the repository at this point in the history
Moving from expr_dev to master.
  • Loading branch information
whart222 committed Apr 27, 2018
1 parent a1148c4 commit 74f841b
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 74f841b

Please sign in to comment.