Commit d8d77db0 authored by Ian Lee's avatar Ian Lee

Fix bug I introduced to travis script

parent 7f7e209e
...@@ -17,8 +17,8 @@ install: ...@@ -17,8 +17,8 @@ install:
# command to run tests, e.g. python setup.py test # command to run tests, e.g. python setup.py test
script: script:
pep8 --exclude test_main.py fastkml - pep8 --exclude test_main.py fastkml
coverage run --source=fastkml setup.py test - coverage run --source=fastkml setup.py test
after_success: after_success:
coveralls coveralls
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment