Skip to content

Commit

Permalink
Fix syntax on final appveyor test
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmassay committed Jan 14, 2019
1 parent e2a4c4a commit c41e16c
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 @@ -46,6 +46,6 @@ test_script:
python bs4_adapter_test.py
cd ..\..\
python setup.py sdist install
python -c 'import gumbo; gumbo.parse("Foo")'
python -c "import gumbo; gumbo.parse('Foo')"

0 comments on commit c41e16c

Please sign in to comment.