Skip to content

Commit

Permalink
Fix spacing in echo command
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Feb 26, 2015
1 parent 8ce9f0d commit 593e9a2
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 @@ -55,7 +55,7 @@ test_script:
- "cd C:\\"

# Use the Agg backend in Matplotlib
- echo "backend : Agg" > matplotlibrc
- echo backend:Agg > matplotlibrc

# Run unit tests with nose
- "python -c \"import nose; nose.main()\" -v -s skimage"
Expand Down

0 comments on commit 593e9a2

Please sign in to comment.