summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-03-09 10:43:50 -0400
committerTres Seaver <tseaver@palladion.com>2015-03-09 10:43:50 -0400
commitb07f7577d4b42db2a2ab62b420839da6c8ffc295 (patch)
tree1519da3990f410c57538acd3b6d332c283eeb0d3
parentc5ff1374b15c9e8b8f58905188fc37a367c161ea (diff)
downloadzope-i18nmessageid-b07f7577d4b42db2a2ab62b420839da6c8ffc295.tar.gz
Cleanup travis output / deprecations.
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 166f27f..f9270d0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,8 +8,8 @@ python:
- 3.4
- pypy
install:
- - pip install . --use-mirrors
+ - pip install .
script:
- - python setup.py test -q
+ - python setup.py -q test -q
notifications:
email: false