Skip to content

Commit

Permalink
Wrong slash.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Jun 15, 2014
1 parent 65b9281 commit 7e09f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.tmpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
- ps: Invoke-WebRequest "https://bootstrap.pypa.io/get-pip.py" -OutFile "get-pip.py"
- python ez_setup.py
- python get-pip.py
- Scripts/pip install tox
- Scripts\pip install tox
test_script:
- "c:/python27/Scripts/tox --version"
- "c:/python27/Scripts/virtualenv --version"
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install:
- ps: Invoke-WebRequest "https://bootstrap.pypa.io/get-pip.py" -OutFile "get-pip.py"
- python ez_setup.py
- python get-pip.py
- Scripts/pip install tox
- Scripts\pip install tox
test_script:
- "c:/python27/Scripts/tox --version"
- "c:/python27/Scripts/virtualenv --version"
Expand Down

0 comments on commit 7e09f03

Please sign in to comment.