summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDawid Fatyga <dawid.fatyga@gmail.com>2012-04-24 21:34:11 +0200
committerDawid Fatyga <dawid.fatyga@gmail.com>2012-04-24 21:34:11 +0200
commit23d643a360c714e5d7a6999830d5793b56300441 (patch)
treeca94795a6f299d94a30117620c5e4c008b6df9fd
parent3415baa2c754a7103631b388825a51ef849df276 (diff)
downloadpymox-23d643a360c714e5d7a6999830d5793b56300441.tar.gz
Removed exclamation mark from travis.yml
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 92acf20..ea94858 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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