Skip to content

Commit

Permalink
move install step to the install section (references #4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghackebeil committed Jun 27, 2016
1 parent 6d7a50f commit d4131f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ install:
- "python -m pip install coverage"
- "python -m pip install nose"
- "python -m pip install git+https://github.com/PyUtilib/pyutilib"
- "python setup.py develop"
- "dir %PYTHON%\\Scripts"

build: off
Expand All @@ -38,8 +39,7 @@ test_script:
# Note that you must use the environment variable %PYTHON% to refer to
# the interpreter you're using - Appveyor does not do anything special
# to put the Python evrsion you want to use on PATH.
- "%PYTHON%\\python.exe setup.py develop"
- "%PYTHON%\\Scripts\\test.pyomo.exe --cat=nightly --cov -v"
- "test.pyomo --cat=nightly --cov -v"

#after_test:
# This step builds your wheels.
Expand Down

0 comments on commit d4131f6

Please sign in to comment.