Skip to content

Commit

Permalink
Bug fix for typo in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Oct 31, 2015
1 parent 53353ba commit e961961
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 @@ -12,4 +12,4 @@ build: off
test_script:
- cmd: '"%PYTHON%\Scripts\coverage.exe" run setup.py test'
on_success:
- cmd: '"%PYTHON%\python.exe" "scripts\appveyor-coverage.py" "%PYTHON\Scripts\coveralls.exe"'
- cmd: '"%PYTHON%\python.exe" "scripts\appveyor-coverage.py" "%PYTHON%\Scripts\coveralls.exe"'

1 comment on commit e961961

@xolox
Copy link
Member Author

@xolox xolox commented on e961961 Oct 31, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding a retroactive link to #61 :-)

Please sign in to comment.