Skip to content

Commit

Permalink
ps env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris7 committed Jan 25, 2016
1 parent 144d3ab commit c4522ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ test_script:
- "%PYTHON%/Scripts/pip.exe --version"
- "%PYTHON%/Scripts/nosetests.exe --with-coverage --cover-erase --cover-package=wooey tests"
- ps:
if(%DJANGO% == "Django==1.6.*"){
if($env:DJANGO == "Django==1.6.*"){
"%PYTHON%/Scripts/django-admin test --settings=wooey.test_settings wooey.tests"
}
else {
Expand Down

0 comments on commit c4522ac

Please sign in to comment.