diff options
author | Tres Seaver <tseaver@palladion.com> | 2014-12-20 22:53:46 -0500 |
---|---|---|
committer | Tres Seaver <tseaver@palladion.com> | 2014-12-20 22:53:46 -0500 |
commit | 865c4c71921f3ef91b40330d08facbeb0443b06e (patch) | |
tree | 540dbcc5b348742ce8298e5c79095604569e7209 /.travis.yml | |
parent | 51ed0680d46538de26fb69d95da6340fcb061639 (diff) | |
download | zope-i18n-865c4c71921f3ef91b40330d08facbeb0443b06e.tar.gz |
Get testing dependencies installed on Travis.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0b56d4e..7132b4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,8 @@ python: - 3.3 - 3.4 install: - - pip install . --use-mirrors + - pip install . + - pip install zope.i18n[test] script: - python setup.py test -q notifications: |