Removed exclamation mark from travis.yml

This commit is contained in:
Dawid Fatyga 2012-04-24 21:34:11 +02:00
parent 3415baa2c7
commit 23d643a360
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ python:
- "3.2"
install: pip install pep8
script:
- pep8 *.py || echo "Done!"
- pep8 *.py || echo "Done."
- python mox_test.py
- python stubout_test.py